Skip to content

Commit b5baae3

Browse files
committed
Update build
1 parent bba9947 commit b5baae3

File tree

3 files changed

+8
-3
lines changed

3 files changed

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

pyproject.toml

Lines changed: 6 additions & 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.2"
41+
version = "0.25.3"
4242
readme = "docs/README.rst"
4343
description = "Universal Calibration Protocol for Python"
4444
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]
@@ -63,6 +63,9 @@ include = [
6363
{ path = "pyxcp/daq_stim/*.pyd", format = "wheel" },
6464
{ path = "pyxcp/recorder/*.so", format = "wheel" },
6565
{ path = "pyxcp/recorder/*.pyd", format = "wheel" },
66+
{ path = "pyxcp/transport/*.so", format = "wheel" },
67+
{ path = "pyxcp/transport/*.pyd", format = "wheel" },
68+
{ path = "pyxcp/*.exe", format = "wheel" },
6669
{ path = "pyxcp/*.exe", format = "wheel" },
6770
{ path = "CMakeLists.txt", format = "sdist" },
6871

@@ -72,6 +75,8 @@ include = [
7275
{ path = "pyxcp/daq_stim/*cpp", format = "sdist" },
7376
{ path = "pyxcp/recorder/*hpp", format = "sdist" },
7477
{ path = "pyxcp/recorder/*cpp", format = "sdist" },
78+
{ path = "pyxcp/transport/*hpp", format = "sdist" },
79+
{ path = "pyxcp/transport/*cpp", format = "sdist" },
7580
]
7681

7782
[tool.poetry.dependencies]

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.2"
20+
__version__ = "0.25.3"

0 commit comments

Comments
 (0)