Skip to content

Commit 097ede5

Browse files
Release: v1.9.2
1 parent cb0407f commit 097ede5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "smolagents"
7-
version = "1.9.1"
7+
version = "1.9.2"
88
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
99
authors = [
1010
{ name="Aymeric Roucher", email="[email protected]" }, { name="Thomas Wolf"},

src/smolagents/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
17-
__version__ = "1.9.1"
17+
__version__ = "1.9.2"
1818

1919
from .agent_types import * # noqa: I001
2020
from .agents import * # Above noqa avoids a circular dependency due to cli.py

0 commit comments

Comments
 (0)