summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2022-05-17 14:30:59 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2022-05-17 14:30:59 -0400
commit3b8ae529a29e26b2776558c1bcbd437aa1330453 (patch)
treec92c03ec6c1add868dcce80eb0187eea9f4ae605 /setup.py
parentdf083a3a777d778f003596a434d64beb20aaeea6 (diff)
downloadpyisda-3b8ae529a29e26b2776558c1bcbd437aa1330453.tar.gz
bump to 0.3.6v0.3.6
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 b19591a..ddbb5ab 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.5",
+ version="0.3.6",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],