Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Pierce committed Jan 3, 2025
1 parent 14b553c commit efdd163
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
Expand Up @@ -53,7 +53,7 @@ dependencies = {file = ["requirements.txt"]}
universal = true

[tool.bumpversion]
current_version = "0.0.3"
current_version = "0.0.7"
commit = true
tag = true

Expand All @@ -63,7 +63,7 @@ search = 'version = "{current_version}"'
replace = 'version = "{new_version}"'

[[tool.bumpversion.files]]
filename = "yolo_tiler/__init__.py"
filename = "x_segment_anything/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'

Expand Down

0 comments on commit efdd163

Please sign in to comment.