Skip to content

Commit

Permalink
Fix version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Feb 6, 2024
1 parent 0578fdf commit 7e8d69b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ first_value = "1"

[[tool.bumpversion.files]]
filename = "splipy/__init__.py"

[[tool.bumpversion.files]]
filename = "setup.py"
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.7.4',
version='1.8.1',
description='Spline modelling library for Python',
long_description_content_type='text/markdown',
long_description=long_description,
Expand Down

0 comments on commit 7e8d69b

Please sign in to comment.