Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Apr 10, 2018
1 parent 5b59be6 commit 7e9043a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/cu2qu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import print_function, division, absolute_import

__version__ = "1.5.0.dev0"
__version__ = "1.5.0"

__all__ = ['curve_to_quadratic', 'curves_to_quadratic']

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0.dev0
current_version = 1.5.0
commit = True
tag = False
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def run(self):

setup(
name='cu2qu',
version="1.5.0.dev0",
version="1.5.0",
description='Cubic-to-quadratic bezier curve conversion',
author="James Godfrey-Kittle, Behdad Esfahbod",
author_email="[email protected]",
Expand Down

0 comments on commit 7e9043a

Please sign in to comment.