Commit 55ff66f9 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Version bump.

parent dfc41c39
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = "topydo",
packages = find_packages(exclude=["test"]),
version = "0.3",
version = "0.4",
description = "A command-line todo list application using the todo.txt format.",
author = "Bram Schoenmakers",
author_email = "me@bramschoenmakers.nl",
......
""" Version of Topydo. """
VERSION = '0.3'
VERSION = '0.4'
LICENSE = """Copyright (C) 2014 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment