From ba4624b3f13dc430b21b3914e8334b91c1b74cad Mon Sep 17 00:00:00 2001 From: Peter Jiping Xie Date: Fri, 11 Oct 2024 10:44:32 +1100 Subject: [PATCH] bump version to 0.0.38 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8815c9b..5c275c1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup, Extension from Cython.Build import cythonize -_version = "0.0.37" +_version = "0.0.38" with open("README.md") as readme: long_description = readme.read()