From b773c0d7f5ae3b223b8a02ff29d8fb6313b8445f Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Wed, 17 Jul 2013 18:29:50 +0200 Subject: [PATCH] Version bump --- jrnl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 7f9e2402..14ca1bfa 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line. """ __title__ = 'jrnl' -__version__ = '1.2.1' +__version__ = '1.3.0' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'