diff --git a/src/distilabel/__init__.py b/src/distilabel/__init__.py index bcb9893925..9f90ff986d 100644 --- a/src/distilabel/__init__.py +++ b/src/distilabel/__init__.py @@ -1,7 +1,7 @@ # Copyright 2023-present, Argilla, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); -# You may not use this file except in compliance with the License. +# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.0" +__version__ = "0.5.1"