summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:11:12 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:11:12 +0200
commitf91371eaae687b5fd66c26e22679d09e91e9620f (patch)
treece5895dfac2893709549f33b15fcefeab702fd29 /alot/__init__.py
parent035044b8d8fb0377fb482723086782359801402f (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 ef7d3db0..5b7155c8 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.3.2+'
+__version__ = '0.3.3'
__copyright__ = "Copyright (C) 2012 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"