We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47981f commit 0f246f6Copy full SHA for 0f246f6
2 files changed
bindings/sysman/python/README.md
@@ -181,6 +181,9 @@ SUPPORTED APIs
181
182
RELEASE NOTES
183
-------------
184
+Version 0.1.1
185
+- Minor fixes: Removed unnecessary debug print statements
186
+
187
Version 0.1.0 (Initial Release)
188
- Initial release of pyzes Python bindings for Intel Level-Zero Driver Library
189
- Added pyzes.py module with Python binding wrapper functions
bindings/sysman/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pyzes"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Python bindings for Intel Level-Zero Driver Library (Sysman API)"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments