Update version and doc builder

This commit is contained in:
Aymeric 2025-01-07 14:02:01 +01:00
parent d09d4c3a54
commit 7b191952f8
3 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ on:
- 'docs/source/**' - 'docs/source/**'
- 'assets/**' - 'assets/**'
- '.github/workflows/doc-build.yml' - '.github/workflows/doc-build.yml'
- 'pyproject.toml'
jobs: jobs:
build: build:

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "smolagents" name = "smolagents"
version = "1.1.0.dev0" version = "1.2.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"},

View File

@ -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.1.0.dev0" __version__ = "1.2.0.dev0"
from typing import TYPE_CHECKING from typing import TYPE_CHECKING