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