From 9de21e0ed83517835e1bef98d98cdc564fa0d218 Mon Sep 17 00:00:00 2001 From: Blair Chen Date: Thu, 9 Feb 2023 17:47:14 +0800 Subject: [PATCH] Bump python client and ui version to `0.10.4-rc5` --- feathr_project/feathr/version.py | 2 +- feathr_project/setup.py | 2 +- ui/package-lock.json | 4 ++-- ui/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/feathr_project/feathr/version.py b/feathr_project/feathr/version.py index 3a27b1df2..0f689a35c 100644 --- a/feathr_project/feathr/version.py +++ b/feathr_project/feathr/version.py @@ -1,4 +1,4 @@ -__version__ = "0.10.4-rc1" +__version__ = "0.10.4-rc5" def get_version(): return __version__ diff --git a/feathr_project/setup.py b/feathr_project/setup.py index 699f6d688..b3bb2da3a 100644 --- a/feathr_project/setup.py +++ b/feathr_project/setup.py @@ -20,7 +20,7 @@ print("Failed to load Feathr version file for packaging.", file=sys.stderr) # Temp workaround for conda build. For long term fix, Jay will need to update manifest.in file. - VERSION = "0.10.4-rc1" + VERSION = "0.10.4-rc5" VERSION = __version__ # noqa os.environ["FEATHR_VERSION"] = VERSION diff --git a/ui/package-lock.json b/ui/package-lock.json index 9973070d0..17cbede8c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "feathr-ui", - "version": "0.10.4-rc1", + "version": "0.10.4-rc5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "feathr-ui", - "version": "0.10.4-rc1", + "version": "0.10.4-rc5", "dependencies": { "@ant-design/icons": "^4.7.0", "@azure/msal-browser": "^2.24.0", diff --git a/ui/package.json b/ui/package.json index 573d10157..f6effcc7c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "feathr-ui", - "version": "0.10.4-rc1", + "version": "0.10.4-rc5", "private": true, "scripts": { "start": "craco start",