diff --git a/setup.py b/setup.py index bbd73dc3..d1138bcf 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) setup( name = "jrnl", - version = "0.2.1", + version = "0.2.2", description = "A command line journal application that stores your journal in a plain text file", packages = find_packages(),