summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-16 15:42:09 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-16 15:42:09 +0000
commitb6ceef6d757b02162219c05ac9557df442cb6d6d (patch)
tree45468f53d66b06d04c82e645f23a7cb280b1b89b /alot/__init__.py
parente9b9152118283378ba7d70a1d9d190003dbb439f (diff)
adjusted release version
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index 85cd97e4..2704c6cd 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,8 +1,8 @@
__productname__ = 'alot'
-__version__ = '0.11-dev'
+__version__ = '0.20'
__copyright__ = "Copyright (C) 2011 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
-__description__ = "Command-line MUA using notmuch mail"
+__description__ = "Terminal MUA using notmuch mail"
__url__ = "https://github.com/pazz/alot"
__license__ = "Licensed under the GNU GPL v3+."