Skip to content

Commit ce4f9e0

Browse files
committed
v0.1.2
1 parent 3a88db8 commit ce4f9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from setuptools import setup
44
from setuptools import find_packages
55

6-
version = '0.1.1'
6+
version = '0.1.2'
77

88
# Please update tox.ini when modifying dependency version requirements
99
install_requires = [
10-
'pycrypto>=2.6',
10+
'pycrypto>=2.6.1',
1111
'requests',
1212
'setuptools>=1.0',
1313
'six',

0 commit comments

Comments
 (0)