Bump dev version: v1.7.0.dev0 (#390)

This commit is contained in:
Albert Villanova del Moral 2025-01-28 12:06:07 +01:00 committed by GitHub
parent 7a2f300b2a
commit 022947a2a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "smolagents"
version = "1.6.0.dev"
version = "1.7.0.dev0"
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
authors = [
{ name="Aymeric Roucher", email="aymeric@hf.co" }, { name="Thomas Wolf"},

View File

@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "1.6.0.dev"
__version__ = "1.7.0.dev0"
from .agents import *
from .default_tools import *