Bump version: 1.4.1.dev0 → 1.5.0.dev0
This commit is contained in:
parent
bda1884b8b
commit
5b59be68fb
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function, division, absolute_import
|
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']
|
__all__ = ['curve_to_quadratic', 'curves_to_quadratic']
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.4.1.dev0
|
current_version = 1.5.0.dev0
|
||||||
commit = True
|
commit = True
|
||||||
tag = False
|
tag = False
|
||||||
tag_name = v{new_version}
|
tag_name = v{new_version}
|
||||||
|
2
setup.py
2
setup.py
@ -161,7 +161,7 @@ with open('README.rst', 'r') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='cu2qu',
|
name='cu2qu',
|
||||||
version="1.4.1.dev0",
|
version="1.5.0.dev0",
|
||||||
description='Cubic-to-quadratic bezier curve conversion',
|
description='Cubic-to-quadratic bezier curve conversion',
|
||||||
author="James Godfrey-Kittle, Behdad Esfahbod",
|
author="James Godfrey-Kittle, Behdad Esfahbod",
|
||||||
author_email="jamesgk@google.com",
|
author_email="jamesgk@google.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user