Skip to content

Commit c15afc3

Browse files
committed
chore: update project config on bumpver
1 parent 8b3d741 commit c15afc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = ["bumpver", "pip-tools", "pytest"]
2929
Homepage = "https://github.com/boldrack/tablebin-python"
3030

3131
[tool.bumpver]
32-
current_version = "1.0.0"
32+
current_version = "1.1.0"
3333
version_pattern = "MAJOR.MINOR.PATCH"
3434
commit_message = "bump version {old_version} -> {new_version}"
3535
tag_message = "{new_version}"

0 commit comments

Comments
 (0)