Skip to content

Commit 39ee6c3

Browse files
committed
Full update Python API version to 6.7
1 parent 6a41c5c commit 39ee6c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Libs/Application/Job/PythonWorker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class PythonWorker : public QObject {
1818
Q_OBJECT
1919

2020
public:
21-
constexpr static const char* python_api_version = "6.6";
21+
constexpr static const char* python_api_version = "6.7";
2222

2323
PythonWorker();
2424
~PythonWorker();

install_shapeworks.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ call .\Installation\install_python_module.bat || goto :error
4040
call .\Installation\conda_env_setup.bat || goto :error
4141

4242
md "%USERPROFILE%\.shapeworks"
43-
python -c "import sys; print('\n'.join(sys.path))" > "%USERPROFILE%\.shapeworks\python_path_6.6.txt"
44-
python -c "import sys; print(sys.prefix)" > "%USERPROFILE%\.shapeworks\python_home_6.6.txt"
45-
echo %PATH% > "%USERPROFILE%\.shapeworks\path_6.6.txt"
43+
python -c "import sys; print('\n'.join(sys.path))" > "%USERPROFILE%\.shapeworks\python_path_6.7.txt"
44+
python -c "import sys; print(sys.prefix)" > "%USERPROFILE%\.shapeworks\python_home_6.7.txt"
45+
echo %PATH% > "%USERPROFILE%\.shapeworks\path_6.7.txt"
4646
call conda info
4747

4848
echo "ShapeWorks environment %CONDAENV% is ready to use."

0 commit comments

Comments
 (0)