Skip to content

Commit

Permalink
release/v1.20.21
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Jul 29, 2024
1 parent 31f312a commit 937ff5e
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.21rc4.tar.gz
pip install -U dist/tir_framework-1.20.21.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.21rc4'
__version__ = '1.20.21'

0 comments on commit 937ff5e

Please sign in to comment.