summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2022-05-20 15:49:11 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2022-05-20 15:49:11 -0400
commit538b4989a9371b1b68fdc9a649a872724221be20 (patch)
treece64b6f1d696dfcfb9d5f57df4488fd4098caf2c /setup.py
parent94b0747c84ef50626e9dcc64e2fb89694df8dea2 (diff)
downloadpyisda-538b4989a9371b1b68fdc9a649a872724221be20.tar.gz
bump to 0.3.7v0.3.7
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 ddbb5ab..d98a349 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.6",
+ version="0.3.7",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],