Update version

This commit is contained in:
Aymeric 2024-12-27 16:36:50 +01:00
parent d5a036d3f2
commit b51c490a2a
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ limitations under the License.
</p> </p>
<h3 align="center"> <h3 align="center">
<p>🤗 `smolagents` - a smol library to build great agents!</p> <p>🤗 smolagents - a smol library to build great agents!</p>
</h3> </h3>
`smolagents` is a library that enables you to run powerful agents in a few lines of code. It offers: `smolagents` is a library that enables you to run powerful agents in a few lines of code. It offers:

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "smolagents" name = "smolagents"
version = "0.0.1" version = "0.1.0"
description = "🤗 `smolagents`: a barebones library for agents. Agents just write python code to call/orchestrate tools." description = "🤗 `smolagents`: a barebones library for agents. Agents just write python code to call/orchestrate tools."
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__ = "0.0.1" __version__ = "0.1.0"
from typing import TYPE_CHECKING from typing import TYPE_CHECKING