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