summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-12-21 21:22:05 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-21 21:22:05 +0000
commit35e23042259ce98dfe256970191e39e437f9b659 (patch)
tree7591d2e4a47dddffa4439a3327ca62be6ff5b7c7 /alot/__init__.py
parent6fdf5d708f5ea2c1236a50815d13f9c031c5f8e6 (diff)
bump version number
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 77b9d91b..548f5c4b 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.3.7'
+__version__ = '0.3.8.dev'
__copyright__ = "Copyright (C) 2012-15 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"