Bump version: 1.2.0 → 1.2.1.dev0

This commit is contained in:
Cosimo Lupo 2017-05-24 19:16:46 +01:00
parent 611512bd60
commit a9f5d463ae
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
from __future__ import print_function, division, absolute_import
__version__ = "1.2.0"
__version__ = "1.2.1.dev0"
__all__ = ['curve_to_quadratic', 'curves_to_quadratic']

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1.dev0
commit = True
tag = False
tag_name = v{new_version}

View File

@ -157,7 +157,7 @@ with open('README.rst', 'r') as f:
setup(
name='cu2qu',
version="1.2.0",
version="1.2.1.dev0",
description='Cubic-to-quadratic bezier curve conversion',
author="James Godfrey-Kittle, Behdad Esfahbod",
author_email="jamesgk@google.com",