summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2022-02-03 16:16:34 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2022-02-03 16:16:34 -0500
commit4ab12785e381917148c935ec8da015e0dfb3a5bb (patch)
treeae25ae2a7beebe6ae680c03d84af429c3bfcbb03 /setup.py
parent4448f9f90191a93b5e77ff091d2a91f408ed6575 (diff)
downloadpyisda-4ab12785e381917148c935ec8da015e0dfb3a5bb.tar.gz
bump to 0.3.5v0.3.5
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 9809c77..b19591a 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3.4",
+ version="0.3.5",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],