version bump -> 0.4.1

This commit is contained in:
Sergey Petrov
2018-05-09 16:26:07 +03:00
parent bd31bc3df6
commit 6159383a81
+1 -1
View File
@@ -16,7 +16,7 @@ except ImportError:
setup(
name='apns2',
version='0.4.0',
version='0.4.1',
packages=['apns2'],
install_requires=dependencies,
url='https://github.com/Pr0Ger/PyAPNs2',