summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-12-06 15:51:16 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2023-12-06 15:51:16 -0500
commit675cfba62a6f78bcb6d5cc7f42732ed6a845f099 (patch)
treecf2628bab604d58f7bbc210204f74a6739b431ea
parent1e133bba557c2a0f34d9e2f93a84a28cb3dc3b54 (diff)
downloadpyisda-master.tar.gz
bump to 0.3.28HEADv0.3.28master
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 24c6679..68db1db 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.27",
+ version="0.3.28",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],