diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-02-21 22:23:59 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-02-21 22:27:12 +0100 |
commit | 0c7d2f1980bbe16304af21fbd29afe8f832b5173 (patch) | |
tree | 1d1a88031978ef4fed9df7f6e481b4ef10e23dc0 /setup.py | |
parent | 2bc37479180b5b14b0162de04cc69098dd8c8d35 (diff) |
Prepare version 0.5v0.5
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ except IOError: setup( name='lesana', - version='0.4.1', + version='0.5', packages=find_packages(), scripts=['scripts/lesana'], |