Skip to content

Commit 06e7d2e

Browse files
committed
chore: release version 2.2.0
1 parent 7600a9c commit 06e7d2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hikaxpro"
7-
version = "2.1.3"
7+
version = "2.2.0"
88
description = "Hikvision AX Pro alarm kit ISAPI integration for home assistant alarm panel"
99
readme = "README.md"
1010
authors = [
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
keywords = ["hikvision", "ISAPI", "homeassistant"]
2121
dependencies = [
22-
"requests"
22+
"requests"
2323
]
2424
requires-python = ">=3.9"
2525

@@ -30,7 +30,7 @@ repository = "https://github.com/petrleocompel/hikaxpro/"
3030
dev = ["pytest", "requests_mock"]
3131

3232
[tool.bumpver]
33-
current_version = "2.1.3"
33+
current_version = "2.2.0"
3434
version_pattern = "MAJOR.MINOR.PATCH"
3535
commit_message = "chore: release version {new_version}"
3636
commit = true

0 commit comments

Comments
 (0)