summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-19 21:05:20 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-19 21:05:20 +0100
commit3d5345d031df7c6db1df6894b7d2f519109efd31 (patch)
treedde1d6dc6ffe11030d1695f009101686d5bec9ac /alot/__init__.py
parent7e7062427c537f6d1f82703dcc8e7ab3be36ab98 (diff)
bump version
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 9f0ce905..733006c6 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.6'
+__version__ = '0.7.0dev'
__copyright__ = "Copyright (C) 2012-17 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"