Skip to content

Commit

Permalink
Updated for 2021-08.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Sep 30, 2021
1 parent da312f5 commit b4460d9
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 @@ -20,7 +20,7 @@

@echo off

set /A SYSML_VERSION="0.15.1"
set /A SYSML_VERSION="0.15.2"

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 @@ -21,7 +21,7 @@

set -e

SYSML_VERSION="0.15.1"
SYSML_VERSION="0.15.2"

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 b4460d9

Please sign in to comment.