diff --git a/setup.py b/setup.py index 11e1f96..f46e55b 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup( name='apns2', - version='0.1.1', + version='0.1.2', packages=['apns2'], install_requires=dependencies, url='https://github.com/Pr0Ger/PyAPNs2',