Bump dev version: v1.8.0.dev0 (#451)
This commit is contained in:
parent
1adf5df031
commit
e26aed68e8
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "smolagents"
|
name = "smolagents"
|
||||||
version = "1.7.0.dev0"
|
version = "1.8.0.dev0"
|
||||||
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
|
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Aymeric Roucher", email="aymeric@hf.co" }, { name="Thomas Wolf"},
|
{ name="Aymeric Roucher", email="aymeric@hf.co" }, { name="Thomas Wolf"},
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
__version__ = "1.7.0.dev0"
|
__version__ = "1.8.0.dev0"
|
||||||
|
|
||||||
from .agent_types import * # noqa: I001
|
from .agent_types import * # noqa: I001
|
||||||
from .agents import * # Above noqa avoids a circular dependency due to cli.py
|
from .agents import * # Above noqa avoids a circular dependency due to cli.py
|
||||||
|
|
Loading…
Reference in New Issue