Skip to content

Commit 2bb60cd

Browse files
committed
Updating version number
1 parent 8296a0a commit 2bb60cd

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
@@ -3,12 +3,12 @@
33
setup(
44
name='genepattern-python',
55
packages=['gp'],
6-
version='1.3.2',
6+
version='1.4.0',
77
description='Library for programmatically interacting with GenePattern from Python.',
88
author='Thorin Tabor',
99
author_email='[email protected]',
1010
url='https://github.com/genepattern/genepattern-python',
11-
download_url='https://github.com/genepattern/genepattern-python/archive/1.3.2.tar.gz',
11+
download_url='https://github.com/genepattern/genepattern-python/archive/1.4.0.tar.gz',
1212
keywords=['genepattern', 'genomics', 'bioinformatics'],
1313
license='BSD'
1414
)

0 commit comments

Comments
 (0)