Skip to content

Commit

Permalink
Bump version: 1.7.4 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Feb 6, 2024
1 parent 21ce348 commit e626223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.4"
current_version = "1.8.0"
allow_dirty = false
commit = false
tag = false
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.7.4'
__version__ = '1.8.0'

0 comments on commit e626223

Please sign in to comment.