summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 45f72cd0..f52940ba 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ import alot
setup(name='alot',
- version=alot.version.read_version(),
+ version=alot.version.generate_version(),
description=alot.__description__,
author=alot.__author__,
author_email=alot.__author_email__,