Skip to content

Commit

Permalink
Bump dev version: v1.8.0.dev0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Jan 31, 2025
1 parent 1adf5df commit e26aed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
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."
authors = [
{ name="Aymeric Roucher", email="[email protected]" }, { name="Thomas Wolf"},
Expand Down
2 changes: 1 addition & 1 deletion src/smolagents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0.dev0"
__version__ = "1.8.0.dev0"

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

0 comments on commit e26aed6

Please sign in to comment.