We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4749374 commit 0b9b7a9Copy full SHA for 0b9b7a9
2 files changed
jtop/__init__.py
@@ -31,5 +31,5 @@
31
__copyright__ = "(c) 2024, Raffaello Bonghi"
32
# Version package
33
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme
34
-__version__ = "4.3.1"
+__version__ = "4.3.2"
35
# EOF
jtop/core/jetson_variables.py
@@ -49,6 +49,7 @@
49
"36.2.0": "6.0 DP",
50
"36.0.0": "6.0 EA",
51
# -------- JP5 --------
52
+ "35.6.1": "5.1.5",
53
"35.6.0": "5.1.4",
54
"35.5.0": "5.1.3",
55
"35.4.1": "5.1.2",
0 commit comments