Version bump to 0.2.2

This commit is contained in:
Manuel Ebert 2012-04-17 22:01:09 +02:00
parent 90a5acbd46
commit 4a52da5469

View file

@ -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(),