From 682a6913d8307e4f1ca5900cb7b3d5fe96b79834 Mon Sep 17 00:00:00 2001 From: Krzysztof Warunek Date: Fri, 22 Oct 2021 16:14:05 +0200 Subject: [PATCH] bump version --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24eae56..069709c 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='aiounittest', packages=['aiounittest'], - version='1.4.0', + version='1.4.1', author='Krzysztof Warunek', author_email='krzysztof@warunek.net', description='Test asyncio code more easily.', @@ -26,5 +26,8 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ] )