summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-04-28 14:12:44 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2023-04-28 14:12:44 -0400
commitb1f7c05458d6547cfcd9742bd327fd4f2b6b3446 (patch)
tree44db1db2ba3bd52923c54033fa55d1eb6902f0a1 /setup.py
parentcd9b80647200d27eca6548136348ab59f9c028a5 (diff)
downloadpyisda-b1f7c05458d6547cfcd9742bd327fd4f2b6b3446.tar.gz
bump to 0.3.21v0.3.21
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c36e703..12ff6c9 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.20",
+ version="0.3.21",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],