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 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Sep 29, 2022
1 parent b6f4daf commit 27d6198
Show file tree
Hide file tree
Showing 2 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 @@ -14,7 +14,7 @@ Flask-RESTful = "==0.3.9"
Flask-Migrate = "==3.0"
Flask-JWT-Extended = "==4.3"
markupsafe = "==2.0.1"
taipy-core = {git = "https://[email protected]/avaiga/taipy-core.git@develop"}
taipy-core = "==2.0.1"

[dev-packages]
tox = "3.24.5"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name="taipy-rest",
keywords="taipy-rest",
python_requires=">=3.8",
version="1.2.0.dev",
version="2.0.0",
author_email="[email protected]",
packages=find_namespace_packages(where="src") + find_packages(include=["taipy", "taipy.rest"]),
package_dir={"": "src"},
Expand All @@ -47,6 +47,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>=2.0,<2.1",
],
)

0 comments on commit 27d6198

Please sign in to comment.