Skip to content

Commit

Permalink
bump version string
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Sep 26, 2021
1 parent 87d0074 commit 740a63f
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.9.1'
__copyright__ = "Copyright (C) 2012-20 Patrick Totzke"
__version__ = '0.10'
__copyright__ = "Copyright (C) 2012-21 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "[email protected]"
__description__ = "Terminal MUA using notmuch mail"
Expand Down

0 comments on commit 740a63f

Please sign in to comment.