Version bump to 0.2.2

This commit is contained in:
Manuel Ebert 2012-04-17 22:01:09 +02:00
parent a100d147af
commit 632add24f9

View file

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