summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2022-06-22 11:57:59 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2022-06-22 11:57:59 -0400
commitbcc1dfee4fab1672671ade3fd66596f572c3b257 (patch)
tree4e5ce78448dc08ce1647dbc45c7dd512d566463c /setup.py
parent5eecf4bb283e845dd470c5807e65d62c0ac45fc7 (diff)
downloadpyisda-bcc1dfee4fab1672671ade3fd66596f572c3b257.tar.gz
bump to 0.3.8v0.3.8
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 d98a349..449d0d0 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.7",
+ version="0.3.8",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],