Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Nov 3, 2023
1 parent 033e8e4 commit 1817580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install_package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ taskkill /f /im chromedriver.exe
echo -------------------------
echo Installing project...
echo -------------------------
pip install -U dist/tir_framework-1.20.14rc9.tar.gz
pip install -U dist/tir_framework-1.20.14.tar.gz
pause >nul | set/p = Press any key to exit ...
2 changes: 1 addition & 1 deletion tir/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.20.14rc9'
__version__ = '1.20.14'

0 comments on commit 1817580

Please sign in to comment.