summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2021-11-22 17:55:36 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2021-11-22 17:55:36 -0500
commit54aa1113c8e0f7a4657b33c22b8aa66b8d562063 (patch)
treeb9a14558b1cd10dc5b3ab8d4d336dc7323dcd385 /setup.py
parenta8c6922c722e2a8104bfffd261040c10f0198169 (diff)
downloadpyisda-0.3.3.tar.gz
bump to 0.3.3v0.3.3
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 7672159..6ee1b17 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.2",
+ version="0.3.3",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],