summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-19 18:48:22 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-19 18:48:22 +0100
commited3b2d4e086dd4781d746356af3f5fa7b62e4268 (patch)
tree690531cee1feee4280b1aedee72fbf96db42191c /alot/__init__.py
parent701c617b2502cdcfc45ec91b29e4cc032a76f2ed (diff)
bumped version string to 0.3.1+
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 95db9832..5094531b 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.3.1'
+__version__ = '0.3.1+'
__copyright__ = "Copyright (C) 2012 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"