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