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

Commit

Permalink
real release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLL-Avaiga committed Apr 21, 2022
1 parent 997ee22 commit ec96555
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.dev0",
"version": "1.0.1",
"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 @@ -85,7 +85,7 @@ def run(self):
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/avaiga/taipy-gui",
version="1.0.1.dev0",
version="1.0.1",
zip_safe=False,
extras_require=extras_require,
cmdclass={"build_py": NPMInstall},
Expand Down

0 comments on commit ec96555

Please sign in to comment.