Skip to content

Commit

Permalink
Bump version: 0.18.45 → 0.18.46
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 29, 2022
1 parent 1020985 commit afc444e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.18.45
current_version = 0.18.46
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"toml<1.0.0,>=0.10.2",
]
name = "pyxcp"
version = "0.18.45"
version = "0.18.46"
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .transport import Usb

# if you update this manually, do not forget to update .bumpversion.cfg
__version__ = "0.18.45"
__version__ = "0.18.46"

0 comments on commit afc444e

Please sign in to comment.