Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Nov 11, 2017
1 parent 3a88db8 commit ce4f9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from setuptools import setup
from setuptools import find_packages

version = '0.1.1'
version = '0.1.2'

# Please update tox.ini when modifying dependency version requirements
install_requires = [
'pycrypto>=2.6',
'pycrypto>=2.6.1',
'requests',
'setuptools>=1.0',
'six',
Expand Down

0 comments on commit ce4f9e0

Please sign in to comment.