Version bump to 0.2.5

This commit is contained in:
Manuel Ebert 2012-05-24 13:43:48 +02:00
parent b73d081f55
commit 321d8d2d50
4 changed files with 5 additions and 3 deletions

View file

@ -53,7 +53,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__))
setup(
name = "jrnl",
version = "0.3.0",
version = "0.2.5",
description = "A command line journal application that stores your journal in a plain text file",
packages = ['jrnl'],
install_requires = ["parsedatetime", "simplejson"],