update version number to 0.0.9.1

This commit is contained in:
Eren Gölge 2021-02-01 14:06:34 +00:00
parent 41f6579a74
commit 167bbc6a4a
1 changed files with 1 additions and 1 deletions

View File

@ -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