Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions bindings/sysman/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ SUPPORTED APIs

RELEASE NOTES
-------------
Version 0.1.1
- Minor fixes: Removed unnecessary debug print statements

Version 0.1.0 (Initial Release)
- Initial release of pyzes Python bindings for Intel Level-Zero Driver Library
- Added pyzes.py module with Python binding wrapper functions
Expand Down
2 changes: 1 addition & 1 deletion bindings/sysman/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyzes"
version = "0.1.0"
version = "0.1.1"
description = "Python bindings for Intel Level-Zero Driver Library (Sysman API)"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading