From 03f8b1da2fedb48e1f722cd395c400738477482f Mon Sep 17 00:00:00 2001 From: dinhlongnguyen Date: Thu, 13 Apr 2023 23:29:13 +0700 Subject: [PATCH] 2.2.0 --- setup.py | 2 +- src/taipy/gui/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4797a5915..1974ca437 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "gevent>=22.10.2,<23.0", "gevent-websocket>=0.10.1,<0.11", "kthread>=0.2.3,<0.3", - "taipy-config@git+https://git@github.com/Avaiga/taipy-config.git@develop", + "taipy-config>=2.2,<3.0", "gitignore-parser>=0.1,<0.2", "simple-websocket>=0.9,<1.0", ] diff --git a/src/taipy/gui/version.json b/src/taipy/gui/version.json index 37bcc0e36..caaf4742d 100644 --- a/src/taipy/gui/version.json +++ b/src/taipy/gui/version.json @@ -1 +1 @@ -{"major": 2, "minor": 2, "patch": 0, "ext": "dev0"} +{"major": 2, "minor": 2, "patch": 0, "ext": ""}