summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2021-09-17 14:32:52 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2021-09-17 14:32:52 -0400
commitba3554594851df377d4e87e8f043515b5b39d81a (patch)
tree04e63695db332b6a2da06e02893c0875aaa1599f
parentfbe778e3964b80517d1c442d3ca9d19c38e88a37 (diff)
downloadpyisda-ba3554594851df377d4e87e8f043515b5b39d81a.tar.gz
bump to 0.3.1v0.3.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 97e2506..0b82bd0 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.3",
+ version="0.3.1",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],