summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-02-13 17:15:26 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2019-02-14 09:12:17 +0000
commit9f9f45546c4432f4fe5c65ba9f906a1fd3090d8b (patch)
tree1e1e6b5286586a22c44df7fd772d6e613aa071ec /alot/__init__.py
parent61b1c65b143e0a2b63c3eecc9b3adde34857daec (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 40b05684..7304651e 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.8'
+__version__ = '0.8.1'
__copyright__ = "Copyright (C) 2012-18 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"