Skip to content

Commit

Permalink
Bump version: 1.8.1 -> 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Feb 6, 2024
1 parent 7e8d69b commit ee2e3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion splipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .trimmedsurface import TrimmedSurface
from .splinemodel import SplineModel

__version__ = '1.8.1'
__version__ = '1.8.2'

0 comments on commit ee2e3bf

Please sign in to comment.