From 4c3fe82101f5f85cf1b956cb384418b930de21f0 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 14 Feb 2019 09:13:33 +0000 Subject: [PATCH] bump year --- alot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alot/__init__.py b/alot/__init__.py index 7304651e3..ab7bbc1cf 100644 --- a/alot/__init__.py +++ b/alot/__init__.py @@ -1,6 +1,6 @@ __productname__ = 'alot' __version__ = '0.8.1' -__copyright__ = "Copyright (C) 2012-18 Patrick Totzke" +__copyright__ = "Copyright (C) 2012-19 Patrick Totzke" __author__ = "Patrick Totzke" __author_email__ = "patricktotzke@gmail.com" __description__ = "Terminal MUA using notmuch mail"