summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2021-03-15 21:52:30 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2021-03-15 21:52:30 -0400
commit2eef49e91679e84ca4b9d9d9f06d1cec6356f67c (patch)
tree11914dab73cc856c2d63fab86f2a660e29a90bf0 /setup.py
parentba6e47340c1c4a44b34c5641eaadb9832a5a9493 (diff)
downloadpyisda-0.3.tar.gz
bump to 0.3v0.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 b9e2819..97e2506 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ all_extensions = cythonize(
setup(
name="pyisda",
- version="0.2",
+ version="0.3",
author="Guillaume Horel",
ext_modules=all_extensions,
packages=["pyisda"],