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

Commit

Permalink
change version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Oct 26, 2023
1 parent b661855 commit b2737ac
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 @@ -11,7 +11,7 @@ Flask-RESTful = ">=0.3.9"
flask-marshmallow = ">=0.14"
markupsafe = "==2.1.1"
passlib = "==1.7.4"
taipy-core = {ref = "develop", git = "https://github.com/avaiga/taipy-core.git"}
taipy-core = "==3.0"
flask = "==3.0.0"

[dev-packages]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"passlib>=1.7.4,<1.8",
"apispec[yaml]>=5.1,<6.0",
"apispec-webframeworks>=0.5.2,<0.6",
"taipy-core@git+https://[email protected]/Avaiga/taipy-core.git@develop",
"taipy-core>=3.0,<3.1",
],
)
2 changes: 1 addition & 1 deletion src/taipy/rest/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}

0 comments on commit b2737ac

Please sign in to comment.