summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2014-08-02 18:13:30 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2014-08-02 18:13:30 +0200
commitf77139f88e3251609a2f1760985755ee0306d5b8 (patch)
tree9fde2b868e9f12d4f87ed0d8ea7c745aa465a3c7 /alot/__init__.py
parent3d28af6ba7e8e145c7d22d876179d558fe0ac5d5 (diff)
bump version to 0.3.6
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 fa912c01..4e8de7b8 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,6 +1,6 @@
__productname__ = 'alot'
-__version__ = '0.3.5'
-__copyright__ = "Copyright (C) 2013 Patrick Totzke"
+__version__ = '0.3.6'
+__copyright__ = "Copyright (C) 2014 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Terminal MUA using notmuch mail"