From f5a030c44668a70ae82cb93c53886e7dffc4db21 Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Thu, 28 Dec 2023 11:27:10 +0100 Subject: [PATCH] Upgrade version to `0.3.0` --- src/distilabel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distilabel/__init__.py b/src/distilabel/__init__.py index 477ffd1d0e..748216e2de 100644 --- a/src/distilabel/__init__.py +++ b/src/distilabel/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.1" +__version__ = "0.3.0"