Bump version: 1.4.1.dev0 → 1.5.0.dev0

This commit is contained in:
Cosimo Lupo 2018-04-10 21:25:19 +01:00
parent bda1884b8b
commit 5b59be68fb
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482
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.4.1.dev0"
__version__ = "1.5.0.dev0"
__all__ = ['curve_to_quadratic', 'curves_to_quadratic']

View File

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

View File

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