Skip to content

Commit

Permalink
Bump version v0.2.0 -> v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Mar 25, 2024
1 parent 43d5790 commit 6f30a2d
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 @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "widget-bzvisualizer"
version = "0.2.0"
version = "0.2.1"
dependencies = ["anywidget"]
readme = "README.md"

Expand All @@ -31,7 +31,7 @@ npm = "npm"
build_cmd = "build"

[tool.bumpver]
current_version = "v0.2.0"
current_version = "v0.2.1"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 6f30a2d

Please sign in to comment.