From 3bac713a85a702887935ab1a579448ff4740b157 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Thu, 20 Jan 2022 16:51:52 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16217cd..dc61c76 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="aioapns", - version="2.0.2", + version="2.1", description="An efficient APNs Client Library for Python/asyncio", long_description=open("README.rst").read(), platforms="all",