From: Rob Golding Date: Thu, 15 Jan 2015 11:45:42 +0000 (+0000) Subject: The next version will be 0.7.1 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/7ebc4edb8e4a986886bf624690f00d28517ee5b8 The next version will be 0.7.1 --- diff --git a/docs/conf.py b/docs/conf.py index 650efc9..1b455c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, Rob Golding' # built documents. # # The short X.Y version. -version = '0.7.0' +version = '0.7.1-dev' # The full version, including alpha/beta/rc tags. -release = '0.7.0' +release = '0.7.1-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 92f8e85..48b3d55 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.7.0' +version = '0.7.1-dev' setup( name='tasklib',