1
0

Compare commits

..

No commits in common. "a10a60392826979f47ec197987cd7e6a0b116a4f" and "b50393311542966c4dd44843461744f53e31d890" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

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

View File

@ -1 +0,0 @@
pytest

View File

@ -48,7 +48,6 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [
]
REQUIREMENTS_TEST = [
'pytest',
]