From 6653de8462338b122e75b636f4de8abf5e2fde65 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 27 Aug 2011 11:23:38 +0100 Subject: version bump --- alot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alot/__init__.py') diff --git a/alot/__init__.py b/alot/__init__.py index ba4f02f1..4a84dc9b 100644 --- a/alot/__init__.py +++ b/alot/__init__.py @@ -17,10 +17,10 @@ along with notmuch. If not, see . Copyright (C) 2011 Patrick Totzke """ __productname__ = 'alot' -__version__ = '0.1' +__version__ = '0.11' __copyright__ = "Copyright (C) 2011 Patrick Totzke" __author__ = "Patrick Totzke" __author_email__ = "patricktotzke@gmail.com" -__description__ = "Terminal User Interface for notmuch mail (notmuchmail.org)" +__description__ = "Command-line MUA using notmuch mail" __url__ = "https://github.com/pazz/alot" __license__ = "Licensed under the GNU GPL v3+." -- cgit v1.2.3