We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391806d commit 4664658Copy full SHA for 4664658
2 files changed
imgstore/__init__.py
@@ -6,4 +6,4 @@
6
test = main_test
7
8
# use only single quotes here (you can write beta versions like -beta4 etc)
9
-__version__ = '0.3.6'
+__version__ = '0.3.7'
setup.py
@@ -18,7 +18,7 @@
18
long_description=long_description,
19
long_description_content_type='text/markdown',
20
include_package_data=True,
21
- version='0.3.6',
+ version='0.3.7',
22
url='https://github.com/loopbio/imgstore',
23
author='John Stowers, Santi Villalba',
24
author_email='john@loopbio.com, santi@loopbio.com',
0 commit comments