summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2021-11-19 22:17:57 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2021-11-19 22:17:57 -0500
commit7a02344500d91ddea8ea9f03ad72d9669265f032 (patch)
treec39bf17826b8a7771b89b7e1d7a1d1d8ef055cd7
parentcacb1a063048d9cbdbf56814341f72857cf288b4 (diff)
downloadpyisda-7a02344500d91ddea8ea9f03ad72d9669265f032.tar.gz
bump to 0.3.2v0.3.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0b82bd0..7672159 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.1",
+ version="0.3.2",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],