Skip to content

Commit fbfbd5d

Browse files
Bumped version number in setup.py.
1 parent 2e48ff9 commit fbfbd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setup(
44
name='dots_for_microarrays',
5-
version='0.2.1',
5+
version='0.2.2',
66
author='Sandy Macdonald',
77
author_email='[email protected]',
88
packages=['dots_backend', 'dots_tests'],
99
scripts=['dots_scripts/dots_workflow.py'],
1010
url='https://github.com/sandyjmacdonald/dots_for_microarrays',
11-
download_url='https://github.com/sandyjmacdonald/dots_for_microarrays/tarball/v0.2.1',
11+
download_url='https://github.com/sandyjmacdonald/dots_for_microarrays/tarball/v0.2.2',
1212
license='MIT',
1313
description='Simple analysis of Agilent one-color arrays.',
1414
keywords = ['bioinformatics', 'genomics', 'microarrays'],

0 commit comments

Comments
 (0)