File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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"
44
55[project ]
66name = " smolagents"
7- version = " 1.22.0.dev0 "
7+ version = " 1.22.0"
88description = " 🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
99authors = [
1010 {
name =
" Aymeric Roucher" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 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.22.0.dev0 "
17+ __version__ = "1.22.0"
1818
1919from .agent_types import * # noqa: I001
2020from .agents import * # Above noqa avoids a circular dependency due to cli.py
You can’t perform that action at this time.
0 commit comments