summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-02-22 09:33:10 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-02-22 09:36:08 +0100
commit69715bfc50a89425dde429b14b72e381a613113d (patch)
tree0fee3829e311b4db2a4b254ccb8092ccd0ff8f37 /setup.py
parent0c7d2f1980bbe16304af21fbd29afe8f832b5173 (diff)
Bump version number to 0.5.1 (to fix wrong format 0.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 4c70db5..72ac7ea 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except IOError:
setup(
name='lesana',
- version='0.5',
+ version='0.5.1',
packages=find_packages(),
scripts=['scripts/lesana'],