From 88767427f4f3215f2aafe579c84c55457706e011 Mon Sep 17 00:00:00 2001 From: Blixt Date: Fri, 2 Jan 2015 21:18:57 -0500 Subject: [PATCH] Prepare package for v2.0.1 release The most important change in this release is the fix for the `apns-send` error when attempting to `pip install` this package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8eb5463..031ae6d 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ py_modules = ['apns'], scripts = ['apns-send'], url = 'http://www.goosoftware.co.uk/', - version = '2.0.0', + version = '2.0.1', )