Skip to content

Commit

Permalink
Update pyproject.toml version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Feb 7, 2024
1 parent 77939d1 commit c921082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splipy"
version = "1.7.4"
version = "1.8.2"
description = "Spline modelling library for Python"
authors = [
"Kjetil Andre Johannessen <[email protected]>",
Expand Down Expand Up @@ -103,4 +103,4 @@ first_value = "1"
filename = "splipy/__init__.py"

[[tool.bumpversion.files]]
filename = "setup.py"
filename = "pyproject.toml"

0 comments on commit c921082

Please sign in to comment.