Skip to content

Commit 09fcb05

Browse files
committed
Bump version: 0.22.11 → 0.22.12
1 parent 2f4600b commit 09fcb05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.22.11
2+
current_version = 0.22.12
33
commit = True
44
tag = False
55

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
3636
[tool.poetry]
3737
authors = ["Christoph Schueler <[email protected]>"]
3838
name = "pyxcp"
39-
version = "0.22.11"
39+
version = "0.22.12"
4040
readme = "README.md"
4141
description = "Universal Calibration Protocol for Python"
4242
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]

pyxcp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
# if you update this manually, do not forget to update
1919
# .bumpversion.cfg and pyproject.toml.
20-
__version__ = "0.22.11"
20+
__version__ = "0.22.12"

0 commit comments

Comments
 (0)