Skip to content

Commit

Permalink
branch release v1.20.28rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
renanllisboa committed Nov 18, 2024
1 parent ac92040 commit 29ff9be
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.28rc3.tar.gz
pip install -U dist/tir_framework-1.20.28rc4.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.28rc3'
__version__ = '1.20.28rc4'

0 comments on commit 29ff9be

Please sign in to comment.