diff --git a/setup.py b/setup.py index cea50ec..5d166db 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup( name='apns2', - version='0.1.3', + version='0.2.0', packages=['apns2'], install_requires=dependencies, url='https://github.com/Pr0Ger/PyAPNs2',