Skip to content

Commit

Permalink
Merge pull request #153 from danielhrisca/master
Browse files Browse the repository at this point in the history
pyproject.toml version needs to be updated as well
  • Loading branch information
christoph2 committed Dec 13, 2023
2 parents b392c94 + 198b916 commit 60a38cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"traitlets>=5.9.0",
]
name = "pyxcp"
version = "0.21.8"
version = "0.21.9"
readme = "README.md"
description = "Universal Calibration Protocol for Python"
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]
Expand Down
2 changes: 1 addition & 1 deletion pyxcp/__init__.py
Expand Up @@ -24,5 +24,5 @@
from .transport import SxI
from .transport import Usb

# if you update this manually, do not forget to update .bumpversion.cfg
# if you update this manually, do not forget to update .bumpversion.cfg and pyproject.toml
__version__ = "0.21.9"

0 comments on commit 60a38cb

Please sign in to comment.