From dcdb84b6e349f6b1739a72dcf6cc28d0cc0acb0b Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 28 Jan 2017 08:57:28 +0000 Subject: bump version string --- 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 df212632..f63e37e3 100644 --- a/alot/__init__.py +++ b/alot/__init__.py @@ -1,6 +1,6 @@ __productname__ = 'alot' -__version__ = '0.4.dev' -__copyright__ = "Copyright (C) 2012-16 Patrick Totzke" +__version__ = '0.5' +__copyright__ = "Copyright (C) 2012-17 Patrick Totzke" __author__ = "Patrick Totzke" __author_email__ = "patricktotzke@gmail.com" __description__ = "Terminal MUA using notmuch mail" -- cgit v1.2.3