Skip to content

Commit 33cede3

Browse files
committed
fix: bump version
1 parent e24d832 commit 33cede3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.4
2+
current_version = 1.7.0
33
commit = False
44
tag = False
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rasenmaeher_api"
3-
version = "1.6.4"
3+
version = "1.7.0"
44
description = "python-rasenmaeher-api"
55
authors = [
66
"Aciid <703382+Aciid@users.noreply.github.com>",

src/rasenmaeher_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""python-rasenmaeher-api"""
22

3-
__version__ = "1.6.4" # NOTE Use `bump2version --config-file patch` to bump versions correctly
3+
__version__ = "1.7.0" # NOTE Use `bump2version --config-file patch` to bump versions correctly

tests/test_rasenmaeher_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def test_version() -> None:
1818
"""Make sure version matches expected"""
19-
assert __version__ == "1.6.4"
19+
assert __version__ == "1.7.0"
2020

2121

2222
@pytest.mark.asyncio(loop_scope="session")

0 commit comments

Comments
 (0)