From 0ffc9a0f81f503212bd1c58004f8c9b9f7d6892c Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 9 Feb 2017 09:21:53 -0800 Subject: alot: fix dev version --- alot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/__init__.py') diff --git a/alot/__init__.py b/alot/__init__.py index ad4291dc..83966213 100644 --- a/alot/__init__.py +++ b/alot/__init__.py @@ -1,5 +1,5 @@ __productname__ = 'alot' -__version__ = '0.5.1' +__version__ = '0.6.0dev' __copyright__ = "Copyright (C) 2012-17 Patrick Totzke" __author__ = "Patrick Totzke" __author_email__ = "patricktotzke@gmail.com" -- cgit v1.2.3