Skip to content

Commit 5aa2a48

Browse files
Add py-interface for version 6.3.3
1 parent 8efd523 commit 5aa2a48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

py-interface/amdsmi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.3.2"
1+
__version__ = "6.3.3"

py-interface/amdsmi/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="amdsmi",
6-
version="6.3.2",
6+
version="6.3.3",
77
author="AMD",
88
author_email="[email protected]",
99
description="AMDSMI Python LIB - AMD GPU Monitoring Library",

py-interface/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "amdsmi"
1010
authors = [
1111
{name = "AMD", email = "[email protected]"},
1212
]
13-
version = "6.3.2"
13+
version = "6.3.3"
1414
license = {file = "LICENSE"}
1515
readme = {file = "README.md", content-type = "text/markdown"}
1616
description = "AMDSMI Python LIB - AMD GPU Monitoring Library"

0 commit comments

Comments
 (0)