Skip to content

Commit

Permalink
Merge pull request #212 from Cornerstone-OnDemand/v0.1.1
Browse files Browse the repository at this point in the history
Bump version: 0.1.0 → 0.1.1
  • Loading branch information
antoinejeannot authored Jan 19, 2024
2 parents 9090618 + 21ea856 commit 6bc74ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modelkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
warnings.simplefilter(action="ignore", category=FutureWarning)


__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ignore_errors = true
[tool.bumpversion]
commit = true
tag = true
tag_name = "{new_version}"
tag_name = "v{new_version}"
allow_dirty = true
message = "Bump version: {current_version} → {new_version}"

Expand Down

0 comments on commit 6bc74ca

Please sign in to comment.