summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-01-30 19:22:51 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2017-01-30 19:22:51 +0000
commit53f8800854e32f86f7224c599dab854a1094b010 (patch)
tree5c4da84430f31f01e870d2bd7a8fcd53fd7d0034 /alot/__init__.py
parentbb1e9f77da56839a1a2df67efe7d47275d1e220a (diff)
bump version string
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index f63e37e3..ad4291dc 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.5'
+__version__ = '0.5.1'
__copyright__ = "Copyright (C) 2012-17 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"