Skip to content

Commit 2eb59b2

Browse files
committed
Bump version: 0.25.3 → 0.25.4
1 parent af8ca6d commit 2eb59b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.25.3
2+
current_version = 0.25.4
33
commit = True
44
tag = False
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
3838
[tool.poetry]
3939
authors = ["Christoph Schueler <[email protected]>"]
4040
name = "pyxcp"
41-
version = "0.25.3"
41+
version = "0.25.4"
4242
readme = "docs/README.rst"
4343
description = "Universal Calibration Protocol for Python"
4444
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]

pyxcp/__init__.py

Lines changed: 1 addition & 1 deletion
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.25.3"
20+
__version__ = "0.25.4"

0 commit comments

Comments
 (0)