Skip to content

Commit

Permalink
release/1.20.16rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Dec 5, 2023
1 parent 96b484f commit 19f22ba
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.16rc4.tar.gz
pip install -U dist/tir_framework-1.20.16rc5.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.16rc4'
__version__ = '1.20.16rc5'

0 comments on commit 19f22ba

Please sign in to comment.