Skip to content

Commit fd67efc

Browse files
committed
fix: bump version in preparation for things
1 parent e077a4e commit fd67efc

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,2 +1,2 @@
11
""" python-rasenmaeher-api """
2-
__version__ = "1.6.4" # NOTE Use `bump2version --config-file patch` to bump versions correctly
2+
__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
@@ -15,7 +15,7 @@
1515

1616
def test_version() -> None:
1717
"""Make sure version matches expected"""
18-
assert __version__ == "1.6.4"
18+
assert __version__ == "1.7.0"
1919

2020

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

0 commit comments

Comments
 (0)