Skip to content

Commit

Permalink
Add Jetpack 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed May 6, 2024
1 parent be47ca5 commit e22b49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jtop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
__copyright__ = "(c) 2024, Raffaello Bonghi"
# Version package
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme
__version__ = "4.2.7"
__version__ = "4.2.8"
# EOF
2 changes: 1 addition & 1 deletion jtop/core/jetson_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# https://developer.nvidia.com/embedded/jetpack-archive
NVIDIA_JETPACK = {
# -------- JP6 --------
"36.3.0": "6.0 GA",
"36.3.0": "6.0",
"36.2.0": "6.0 DP",
"36.0.0": "6.0 EA",
# -------- JP5 --------
Expand Down

0 comments on commit e22b49f

Please sign in to comment.