summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-02-22 11:32:47 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2023-02-22 11:32:47 -0500
commit6bdf1db22a1ee9d246dd0e0b0753df5ec52daf4b (patch)
tree6784a9b0892652c01a5b4186488a7e53045dd37b /setup.py
parentc5f5bdd360628c307c3f451fa49ca72ccd1a2ffb (diff)
downloadpyisda-6bdf1db22a1ee9d246dd0e0b0753df5ec52daf4b.tar.gz
bump to 0.3.20v0.3.20
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 f2647b8..c36e703 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.19",
+ version="0.3.20",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],