Skip to content

Commit f4b447e

Browse files
committed
try to fix upload-artifact #5
1 parent c55f2c8 commit f4b447e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: .bumpversion.cfg

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

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ repos:
121121
language: system
122122
types: [text]
123123
stages: [commit, push, manual]
124-
- repo: https://github.com/pre-commit/mirrors-prettier
125-
rev: v4.0.0-alpha.8
126-
hooks:
127-
- id: prettier
124+
#- repo: https://github.com/pre-commit/mirrors-prettier
125+
#rev: v4.0.0-alpha.8
126+
# hooks:
127+
#- id: prettier
128128
#- repo: https://github.com/necaris/pre-commit-pyright
129129
#rev: '1.1.53'
130130
#hooks:

Diff for: 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.5"
39+
version = "0.22.6"
4040
readme = "README.md"
4141
description = "Universal Calibration Protocol for Python"
4242
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]

Diff for: 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.5"
20+
__version__ = "0.22.6"

0 commit comments

Comments
 (0)