Skip to content

Commit 4664658

Browse files
committed
0.3.7
1 parent 391806d commit 4664658

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

imgstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
test = main_test
77

88
# use only single quotes here (you can write beta versions like -beta4 etc)
9-
__version__ = '0.3.6'
9+
__version__ = '0.3.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
2020
include_package_data=True,
21-
version='0.3.6',
21+
version='0.3.7',
2222
url='https://github.com/loopbio/imgstore',
2323
author='John Stowers, Santi Villalba',
2424
author_email='john@loopbio.com, santi@loopbio.com',

0 commit comments

Comments
 (0)