Skip to content

Commit 4761398

Browse files
committed
Bump version: 0.0.0 → 0.0.1
1 parent fb5c024 commit 4761398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.0"
2+
current_version = "0.0.1"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Overview
4141
:alt: Supported implementations
4242
:target: https://pypi.org/project/priority-search-tree
4343

44-
.. |commits-since| image:: https://img.shields.io/github/commits-since/yusinv/priority-search-tree/v0.0.0.svg
44+
.. |commits-since| image:: https://img.shields.io/github/commits-since/yusinv/priority-search-tree/v0.0.1.svg
4545
:alt: Commits since latest release
46-
:target: https://github.com/yusinv/priority-search-tree/compare/v0.0.0...main
46+
:target: https://github.com/yusinv/priority-search-tree/compare/v0.0.1...main
4747

4848

4949

0 commit comments

Comments
 (0)