Skip to content

Commit e22b49f

Browse files
committed
Add Jetpack 6.0
1 parent be47ca5 commit e22b49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: jtop/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
__copyright__ = "(c) 2024, Raffaello Bonghi"
3232
# Version package
3333
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme
34-
__version__ = "4.2.7"
34+
__version__ = "4.2.8"
3535
# EOF

Diff for: jtop/core/jetson_variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# https://developer.nvidia.com/embedded/jetpack-archive
4343
NVIDIA_JETPACK = {
4444
# -------- JP6 --------
45-
"36.3.0": "6.0 GA",
45+
"36.3.0": "6.0",
4646
"36.2.0": "6.0 DP",
4747
"36.0.0": "6.0 EA",
4848
# -------- JP5 --------

0 commit comments

Comments
 (0)