Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed May 7, 2024
2 parents a0f4779 + e22b49f commit f8f80fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions jtop/core/jetson_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
# https://developer.nvidia.com/embedded/jetpack-archive
NVIDIA_JETPACK = {
# -------- JP6 --------
"36.3.0": "6.0",
"36.2.0": "6.0 DP",
"36.0.0": "6.0 EA",
# -------- JP5 --------
Expand Down

0 comments on commit f8f80fc

Please sign in to comment.