Bump version: 1.1.1 -> 1.1.2.dev0 (for real!)

Sorry for all this "bumping" :)
This commit is contained in:
Cosimo Lupo 2016-12-16 23:45:55 +00:00
parent 2290612c50
commit ee708d097d
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419
2 changed files with 2 additions and 2 deletions

View File

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

View File

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