1
0

Compare commits

..

No commits in common. "571ad4e93899460cae3299322a232cbb2501dcea" and "4d2c694486047b49adee4cc82d459b39639b7e0e" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '0.1.33'
__version__ = '0.1.32'

View File

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