summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2020-12-30 15:22:56 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2020-12-30 15:22:56 -0500
commitd7ee7a6bee1be2451a224091e6f4c32f56263771 (patch)
tree67afda61a68ca340b9d34b4be3b815b78b43e712 /setup.py
parent3b3d53ea09d054c3bd909ae632dded1d3758ea86 (diff)
downloadpyisda-0.2.tar.gz
bump versionv0.2
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 bb6b018..b9e2819 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.1",
+ version="0.2",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],