Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Bump 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 committed Oct 26, 2023
1 parent 74a581f commit 795c175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
python-magic-bin = {version = "==0.4.14", markers="sys_platform == 'win32'"}
pytz = "==2021.3"
simple-websocket = "==0.10.1"
taipy-config = {ref = "develop", git = "https://github.com/avaiga/taipy-config.git"}
taipy-config = "==3.0.0"
tzlocal = "==3.0"
gitignore-parser = "==0.1.1"
twisted = "==23.8.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"gevent>=23.7.0,<24.0",
"gevent-websocket>=0.10.1,<0.11",
"kthread>=0.2.3,<0.3",
"taipy-config@git+https://[email protected]/Avaiga/taipy-config.git@develop",
"taipy-config>=3.0,<3.1",
"gitignore-parser>=0.1,<0.2",
"simple-websocket>=0.10.1,<1.0",
"twisted>=23.8.0,<24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/taipy/gui/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 3, "minor": 0, "patch": 0, "ext": "dev8"}
{"major": 3, "minor": 0, "patch": 0, "ext": ""}

0 comments on commit 795c175

Please sign in to comment.