From f82323d4604e9523678ffbb1ba6717817bf4fd15 Mon Sep 17 00:00:00 2001 From: Yu Wu Date: Tue, 26 Dec 2023 10:17:11 +0800 Subject: [PATCH] update version info in component description files Signed-off-by: Yu Wu --- python/fate/_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fate/_info.py b/python/fate/_info.py index 55202c3f3e..de1a300e7a 100644 --- a/python/fate/_info.py +++ b/python/fate/_info.py @@ -12,5 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.0.0-rc" +__version__ = "2.0.0" __provider__ = "fate"