From 167bbc6a4a1f2823c281835b169d060e08438c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 1 Feb 2021 14:06:34 +0000 Subject: [PATCH] update version number to 0.0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53a142a1..eee958bb 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ args, unknown_args = parser.parse_known_args() # Remove our arguments from argv so that setuptools doesn't see them sys.argv = [sys.argv[0]] + unknown_args -version = '0.0.9' +version = '0.0.9.1' cwd = os.path.dirname(os.path.abspath(__file__)) # Handle Cython code