summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGionata Biavati <4508477+gbiavati@users.noreply.github.com>2023-03-15 17:17:56 +0100
committerGitHub <noreply@github.com>2023-03-15 16:17:56 +0000
commitacb8c791e9a8e552f7c56ccb7ae4f656cf783680 (patch)
treee211a942b2261cb975471151851cc876ccae02e0
parent1f41f8243233476f98ad339ac26d986883ea016e (diff)
Update setup.py (#70)
Preparing new release
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8a46a07..87fae0d 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding="utf-8").read()
-version = "0.5.1"
+version = "0.6.0"
setuptools.setup(