summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2023-01-26 13:56:25 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2023-01-26 13:56:25 -0500
commitdeaa8900bb168b597b853d09481b66cf18f70668 (patch)
tree0bffd4ae7ba4ca414a29818a92970e574aba2803 /setup.py
parentede3b0735748565440e8395e965f33f96a8717bf (diff)
downloadpyisda-deaa8900bb168b597b853d09481b66cf18f70668.tar.gz
bump to 0.3.17v0.3.17
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 d251f99..4f69552 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.16",
+ version="0.3.17",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],