File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " smolagents"
7
- version = " 1.9.1 "
7
+ version = " 1.9.2 "
8
8
description = " 🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
9
9
authors = [
10
10
{
name =
" Aymeric Roucher" ,
email =
" [email protected] " }, {
name =
" Thomas Wolf" },
Original file line number Diff line number Diff line change 14
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
- __version__ = "1.9.1 "
17
+ __version__ = "1.9.2 "
18
18
19
19
from .agent_types import * # noqa: I001
20
20
from .agents import * # Above noqa avoids a circular dependency due to cli.py
You can’t perform that action at this time.
0 commit comments