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