summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-05-04 15:49:46 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2023-05-04 15:49:46 -0400
commitf9854a902ca50d5163c52f273727f652fc9360ec (patch)
tree58dad6daba9a324d1db76f61024443173fdc2b83
parentf5309e62c5ea931f169c3b42f8ad79e094c9317c (diff)
downloadpyisda-0.3.23.tar.gz
bump to 0.3.23v0.3.23
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 12ff6c9..9fc6dcf 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.21",
+ version="0.3.23",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],