Version bump to 1.0.0

This commit is contained in:
Manuel Ebert 2013-03-04 14:57:57 -08:00
parent fe5f318c16
commit dd47a94b61

View file

@ -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"],