Skip to content

Commit

Permalink
Updated installers for 2024-08.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Sep 6, 2024
1 parent 3a01a8f commit bae2361
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified install/eclipse/org.omg.sysml.site.zip
Binary file not shown.
Binary file modified install/jupyter/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion install/jupyter/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@echo off

set SYSML_VERSION="0.43.0"
set SYSML_VERSION="0.44.0"

echo --- Step 1: Testing Conda installation ---
where conda
Expand Down
2 changes: 1 addition & 1 deletion install/jupyter/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

set -e

SYSML_VERSION="0.43.0"
SYSML_VERSION="0.44.0"

echo "--- Step 1: Testing Conda installation ---"
command -v conda || (echo "Conda is not installed. Please install Conda and re-run." && return 1)
Expand Down

0 comments on commit bae2361

Please sign in to comment.