From: Rob Golding Date: Sun, 7 Sep 2014 19:59:35 +0000 (+0100) Subject: The next version will be 0.4.1 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/323193d227912d03332045018cdf07b6fa73d4b3 The next version will be 0.4.1 --- diff --git a/setup.py b/setup.py index 37a3065..56104b6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.4.0' +version = '0.4.1-dev' setup( name='tasklib',