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

Commit

Permalink
1.0.2 for package dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLL-Avaiga committed Apr 21, 2022
1 parent 3d7fb23 commit ad4038e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taipy-gui",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run(self):
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/avaiga/taipy-gui",
version="1.0.1",
version="1.0.2",
zip_safe=False,
extras_require=extras_require,
cmdclass={"build_py": NPMInstall},
Expand Down

0 comments on commit ad4038e

Please sign in to comment.