Skip to content

Commit

Permalink
change version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Oct 3, 2022
1 parent 4564aca commit 46b35aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
taipy-gui = {git = "https://[email protected]/Avaiga/taipy-gui.git@develop"}
taipy-rest = {git = "https://[email protected]/Avaiga/taipy-rest.git@develop"}
taipy-gui = "==2.0"
taipy-rest = "==2.0"

[dev-packages]
pytest = "*"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
readme = readme_file.read()

requirements = [
"taipy-gui@git+https://[email protected]/Avaiga/taipy-gui.git@develop",
"taipy-rest@git+https://[email protected]/Avaiga/taipy-rest.git@develop",
"taipy-gui>=2.0,<2.1",
"taipy-rest>=2.0,<2.1",
]

test_requirements = ["pytest>=3.8"]
Expand Down Expand Up @@ -57,7 +57,7 @@
packages=find_namespace_packages(where="src") + find_packages(include=["taipy"]),
test_suite="tests",
url="https://github.com/avaiga/taipy",
version="1.2.0.dev",
version="2.0.0",
zip_safe=False,
extras_require=extras_require,
)

0 comments on commit 46b35aa

Please sign in to comment.