Skip to content

Commit 6ace4c2

Browse files
🔖 bump version 0.9.0 -> 0.10.0 (3rd times a charm)
1 parent 9de207f commit 6ace4c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stubPath = "src/stubs"
8282
[tool.bumpver]
8383
commit = true
8484
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
85-
current_version = "0.9.0"
85+
current_version = "0.10.0"
8686
push = false # set to false for CI
8787
tag = false
8888
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

src/django_simple_nav/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.9.0"
3+
__version__ = "0.10.0"

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def test_version():
7-
assert __version__ == "0.9.0"
7+
assert __version__ == "0.10.0"

0 commit comments

Comments
 (0)