We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2092cdb commit e94cf3dCopy full SHA for e94cf3d
pyproject.toml
@@ -3,7 +3,7 @@ name = "hikvision-isapi-py"
3
4
description = "HIKVision ISAPI python library"
5
readme = "README.md"
6
-version = "1.1.0"
+version = "1.1.1"
7
8
9
requires-python = ">=3.8"
@@ -35,7 +35,7 @@ packages = ["hikvision_isapi"]
35
# github_url = "https://github.com/<user or organization>/<project>/"
36
37
[tool.tbump.version]
38
-current = "1.1.0"
+current = "1.1.1"
39
40
# Example of a semver regexp.
41
# Make sure this matches current_version before
0 commit comments