summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-07-13 16:48:57 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2023-07-13 16:48:57 -0400
commit01c5c58557edc3ec55781c3da49f4ef515a5683e (patch)
tree8701d6b03ebf718028f60c68cd479b662d0e5501
parent9adda33ccf0c330e49ada82b43483345128d79ae (diff)
downloadpyisda-01c5c58557edc3ec55781c3da49f4ef515a5683e.tar.gz
bump to 0.3.26v0.3.26
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5844280..b76a210 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.25",
+ version="0.3.26",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],