From dea94d2574893f4d0e7df358852a543ef9214217 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 9 Dec 2021 02:06:23 +0200 Subject: [PATCH] Bump version, added Python 3.10 classifier --- Makefile | 2 +- aiogram/__init__.py | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index da6493d9..662ad49f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ upload: release: make clean - make test + #make test make build make tag @echo "Released aiogram $(AIOGRAM_VERSION)" diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 5216689a..ea77a533 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -43,5 +43,5 @@ __all__ = ( 'utils', ) -__version__ = '2.17' +__version__ = '2.17.1' __api_version__ = '5.5' diff --git a/setup.py b/setup.py index 9cb6b6c6..a381507a 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Software Development :: Libraries :: Application Frameworks', ], install_requires=[