From 6666fe33ed3303984bfb973cc9fcf04dd7ad129a Mon Sep 17 00:00:00 2001 From: zbeacon Date: Mon, 1 Nov 2021 08:44:42 +0200 Subject: [PATCH] For release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37125573f..c63249d17 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() -VERSION = "2.8" +VERSION = "2.9" setup( version=VERSION,