From dd47a94b61f0183b5cdf155bd39ac47bf7e0707f Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 4 Mar 2013 14:57:57 -0800 Subject: [PATCH] Version bump to 1.0.0 :star: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21077ba2..40fdc3a2 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) setup( name = "jrnl", - version = "0.3.0", + version = "1.0.0", description = "A command line journal application that stores your journal in a plain text file", packages = ['jrnl'], install_requires = ["parsedatetime"],