From 47d6efef52b2d06bc4960c915ba4ad6a5f6919dc Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sun, 30 Jun 2024 13:33:42 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da167ed..cad4dd3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="aioapns", - version="3.2", + version="3.3", description="An efficient APNs Client Library for Python/asyncio", long_description=open("README.rst").read(), platforms="all",