Version bump to 1.0.0

This commit is contained in:
Manuel Ebert 2013-03-04 14:57:57 -08:00
parent 61835d88ec
commit 95e828e643

View file

@ -53,7 +53,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__))
setup( setup(
name = "jrnl", 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", description = "A command line journal application that stores your journal in a plain text file",
packages = ['jrnl'], packages = ['jrnl'],
install_requires = ["parsedatetime"], install_requires = ["parsedatetime"],