From 9f1d880b82d2e368a171b0fa04e1e8ddac3d99a3 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Fri, 6 Dec 2024 07:36:06 -0800 Subject: [PATCH] bump version --- autogen/version.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/autogen/version.py b/autogen/version.py index efa8566bd8..ff559ce344 100644 --- a/autogen/version.py +++ b/autogen/version.py @@ -1,7 +1,5 @@ # Copyright (c) 2023 - 2024, Owners of https://github.com/ag2ai # # SPDX-License-Identifier: Apache-2.0 -# -# Portions derived from https://github.com/microsoft/autogen are under the MIT License. -# SPDX-License-Identifier: MIT -__version__ = "0.5.0b2" + +__version__ = "0.5.0"