summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2022-07-25 16:50:30 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2022-07-25 16:50:30 -0400
commit13e55966b947c189b10ccab36677b50f9779a5bf (patch)
tree0ca50740b802a3ed5072f0c66bf117ccc3a206df /setup.py
parent175508ccecdbae19af47f00bc9f449bec32232c2 (diff)
downloadpyisda-0.3.10.tar.gz
0.3.10 releasev0.3.10
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 77b04fe..d8738ec 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.9",
+ version="0.3.10",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],