summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-22 12:15:51 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-22 12:15:51 +0100
commitd6dc8e7e96292e55883d9b25fba7c8b83b585af2 (patch)
treef5456999400e336a4b473e93668c9ed1208aa492 /alot/__init__.py
parent4e6a8e97c94042fb2f74803351d32e2922f75643 (diff)
cleanup & pep8 fixes
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index 8d2b1835..729637f8 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -17,11 +17,10 @@ along with notmuch. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
"""
__productname__ = 'alot'
-__version__ = '0.11'
+__version__ = '0.11-dev'
__copyright__ = "Copyright (C) 2011 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Command-line MUA using notmuch mail"
__url__ = "https://github.com/pazz/alot"
__license__ = "Licensed under the GNU GPL v3+."
-