From 6c8d943ea87315ad600a5a6f58dd12d5cbcd8c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 26 Jan 2021 17:38:11 +0100 Subject: [PATCH] version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ab6a91d8..6cc06f892 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # Remove our arguments from argv so that setuptools doesn't see them sys.argv = [sys.argv[0]] + unknown_args -version = '0.0.9a10' +version = '0.0.9' cwd = os.path.dirname(os.path.abspath(__file__)) # Handle Cython code