summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2021-12-14 17:04:03 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2021-12-14 17:04:03 -0500
commitb15637cd791215c945c2f67b31e29de51642b5a4 (patch)
treee27680c690c15e276ace1220a7093e27067c9259 /setup.py
parent0416323a7c81324507823216efb667f971b3f5cc (diff)
downloadpyisda-b15637cd791215c945c2f67b31e29de51642b5a4.tar.gz
bump to 0.3.4v0.3.4
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 6ee1b17..9809c77 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.3",
+ version="0.3.4",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],