diff --git a/setup.py b/setup.py index da98a38..aaef2d1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="aioapns", - version="2.0", + version="2.0.1", description="An efficient APNs Client Library for Python/asyncio", long_description=open("README.rst").read(), platforms="all",