Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VikingScientist committed Apr 24, 2018
1 parent 810e4cc commit 32ec392
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.0
current_version = 1.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='Splipy',
version='1.2.0',
version='1.3.0',
description='Spline modelling library for Python',
long_description_content_type='text/markdown',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion splipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from splipy.SplineModel import SplineModel
from splipy.TrimmedSurface import TrimmedSurface

__version__ = '1.2.0'
__version__ = '1.3.0'
__all__ = ['BSplineBasis',
'SplineObject',
'Curve',
Expand Down

0 comments on commit 32ec392

Please sign in to comment.