File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212description = " Python wrapping/binding for systemc"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
15- version = " 3.0.2.0 "
15+ version = " 3.0.2.1 "
1616requires-python = " >=3.10"
1717keywords = []
1818
@@ -60,7 +60,7 @@ Repository = "https://github.com/dau-dev/systemc-python"
6060Homepage = " https://github.com/dau-dev/systemc-python"
6161
6262[tool .bumpversion ]
63- current_version = " 3.0.2.0 "
63+ current_version = " 3.0.2.1 "
6464commit = true
6565tag = true
6666commit_args = " -s"
@@ -116,6 +116,7 @@ fail_under = 50
116116artifacts = [
117117 " systemc/bin/" ,
118118 " systemc/include/" ,
119+ " systemc/lib/" ,
119120 " systemc/tests/" ,
120121]
121122[tool .hatch .build .sources ]
@@ -153,11 +154,13 @@ exclude = [
153154 " /.gitmodules" ,
154155 " /.gitignore" ,
155156 " /pyproject.toml" ,
157+ " !/lib/" ,
158+ " !/lib/**" ,
156159]
157160
158161[tool .hatch .build .targets .wheel .shared-data ]
159162"systemc/include" = " include/systemc"
160- "systemc/lib" = " lib/systemc "
163+ "systemc/lib" = " lib/"
161164"systemc/share" = " share/systemc"
162165
163166[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change 11import os
22
3-
4- __version__ = "3.0.2.0"
3+ __version__ = "3.0.2.1"
54
65
76def include_path ():
You can’t perform that action at this time.
0 commit comments