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 06b052f commit 720cf06
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 @@ -9,7 +9,7 @@ openpyxl = "==3.0.3"
pandas = "==1.3.4"
sqlalchemy = "==1.4"
toml = "==0.10"
taipy-config = {git = "https://git@github.com/avaiga/taipy-config.git@develop"}
taipy-config = "==2.0"

[dev-packages]
black = "*"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pandas>=1.3.4,<2.0",
"sqlalchemy>=1.4,<2.0",
"toml>=0.10,<0.11",
"taipy-config@git+https://git@github.com/Avaiga/taipy-config.git@develop",
"taipy-config>=2.0,<2.1",
]

test_requirements = ["pytest>=3.8"]
Expand Down Expand Up @@ -58,7 +58,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/avaiga/taipy-core",
version="1.2.0.dev",
version="2.0.0",
zip_safe=False,
extras_require=extras_require,
)

0 comments on commit 720cf06

Please sign in to comment.