summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-01-25 16:55:40 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2023-01-25 16:55:40 -0500
commiteb1fc3f3c30a7fad72d577cc22171fb1d7865d95 (patch)
tree0f1dbc568783a78fa7ada0b95edd6ff2496d19d2 /setup.py
parentc85de45718a0eed215bd9752aad3358682142779 (diff)
downloadpyisda-f569c3cc80c8797228264fdaba314f694d316826.tar.gz
bump to 0.3.16v0.3.16
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 ef69f0d..d251f99 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.15",
+ version="0.3.16",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],