Skip to content

Commit a25f39b

Browse files
committed
Bump version v0.1.1 -> v0.2.0
1 parent 06937c2 commit a25f39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "widget_bzvisualizer"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
dependencies = ["anywidget"]
99
readme = "README.md"
1010

@@ -31,7 +31,7 @@ npm = "npm"
3131
build_cmd = "build"
3232

3333
[tool.bumpver]
34-
current_version = "v0.1.1"
34+
current_version = "v0.2.0"
3535
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
3636
commit_message = "Bump version {old_version} -> {new_version}"
3737
commit = true

0 commit comments

Comments
 (0)