Release 1.4.0

This commit is contained in:
Cosimo Lupo 2018-01-18 17:05:31 +00:00
parent ae64a8a512
commit dba25f6059
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.0.dev0"
__version__ = "1.4.0"
__all__ = ['curve_to_quadratic', 'curves_to_quadratic']

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0.dev0
current_version = 1.4.0
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.0.dev0",
version="1.4.0",
description='Cubic-to-quadratic bezier curve conversion',
author="James Godfrey-Kittle, Behdad Esfahbod",
author_email="jamesgk@google.com",