Skip to content

Commit

Permalink
bump version string
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Feb 2, 2020
1 parent 6332e84 commit 27c4aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__productname__ = 'alot'
__version__ = '0.8.1'
__copyright__ = "Copyright (C) 2012-19 Patrick Totzke"
__version__ = '0.9'
__copyright__ = "Copyright (C) 2012-20 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "[email protected]"
__description__ = "Terminal MUA using notmuch mail"
Expand Down

0 comments on commit 27c4aad

Please sign in to comment.