Skip to content

Commit

Permalink
Add py-interface for version 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2025
1 parent f1cdca1 commit 7804263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py-interface/amdsmi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.3.1"
__version__ = "6.3.2"
2 changes: 1 addition & 1 deletion py-interface/amdsmi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="amdsmi",
version="6.3.1",
version="6.3.2",
author="AMD",
author_email="[email protected]",
description="AMDSMI Python LIB - AMD GPU Monitoring Library",
Expand Down
2 changes: 1 addition & 1 deletion py-interface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "amdsmi"
authors = [
{name = "AMD", email = "[email protected]"},
]
version = "6.3.1"
version = "6.3.2"
license = {file = "LICENSE"}
readme = {file = "README.md", content-type = "text/markdown"}
description = "AMDSMI Python LIB - AMD GPU Monitoring Library"
Expand Down

0 comments on commit 7804263

Please sign in to comment.