diff --git a/pyproject.toml b/pyproject.toml index 4963708..75d5104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = ["setuptools", "cython", "numpy"] [tool.bumpversion] -current_version = "1.8.1" +current_version = "1.8.2" allow_dirty = false commit = false tag = false diff --git a/setup.py b/setup.py index fd0482f..e0a0008 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='Splipy', - version='1.8.1', + version='1.8.2', description='Spline modelling library for Python', long_description_content_type='text/markdown', long_description=long_description, diff --git a/splipy/__init__.py b/splipy/__init__.py index 347ff9f..86a3913 100644 --- a/splipy/__init__.py +++ b/splipy/__init__.py @@ -6,4 +6,4 @@ from .trimmedsurface import TrimmedSurface from .splinemodel import SplineModel -__version__ = '1.8.1' +__version__ = '1.8.2'