summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-02-21 16:04:41 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2023-02-21 16:04:41 -0500
commit1455071de31abfee520dc6353c11d80f63b0e2bd (patch)
tree271a523d277b5512840159190c1ef09961695a7a /setup.py
parenta0cdd9d9eb2b7d25df8e095f49f0e324e06adaa2 (diff)
downloadpyisda-1455071de31abfee520dc6353c11d80f63b0e2bd.tar.gz
bump to 0.3.19v0.3.19
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 c0379f7..f2647b8 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.18",
+ version="0.3.19",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],