1
0

Compare commits

..

No commits in common. "032fac541de6b6aea0fa2d765089bb5aa02448e2" and "47d0273443a69bccd493dd5c2275ee20005f7868" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.3.8'
__version__ = '0.3.7'

View File

@ -46,8 +46,10 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [
'',
]
REQUIREMENTS_TEST = [
'',
]