Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
541565cc4b ci: update version string in docs 2024-04-06 22:29:47 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ezkl==10.3.1
ezkl==10.3.0
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '10.3.1'
release = '10.3.0'
version = release

View File

@@ -36,7 +36,7 @@ if [ "$(which ezkl)s" != "s" ] && [ "$(which ezkl)" != "$EZKL_DIR/ezkl" ] ; the
exit 1
fi
if [[ ":$PATH:" != *":${EZKL_DIR}:"* ]]; then
if [[ ":$PATH:" != *":${EZKl_DIR}:"* ]]; then
# Add the ezkl directory to the path and ensure the old PATH variables remain.
echo >> $PROFILE && echo "export PATH=\"\$PATH:$EZKL_DIR\"" >> $PROFILE
fi