Skip to content

Commit 0f246f6

Browse files
authored
fix: update version details for release (#456)
* fix: update version details for release Signed-off-by: shubham kumar <shubham.kumar@intel.com>
1 parent c47981f commit 0f246f6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

bindings/sysman/python/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ SUPPORTED APIs
181181

182182
RELEASE NOTES
183183
-------------
184+
Version 0.1.1
185+
- Minor fixes: Removed unnecessary debug print statements
186+
184187
Version 0.1.0 (Initial Release)
185188
- Initial release of pyzes Python bindings for Intel Level-Zero Driver Library
186189
- Added pyzes.py module with Python binding wrapper functions

bindings/sysman/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyzes"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Python bindings for Intel Level-Zero Driver Library (Sysman API)"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)