We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97c6c2 commit 1bde6b1Copy full SHA for 1bde6b1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "smolagents"
7
-version = "1.4.0"
+version = "1.4.1"
8
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
9
authors = [
10
{ name="Aymeric Roucher", email="[email protected]" }, { name="Thomas Wolf"},
src/smolagents/__init__.py
@@ -14,7 +14,7 @@
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
-__version__ = "1.4.0"
+__version__ = "1.4.1"
18
19
from typing import TYPE_CHECKING
20
0 commit comments