Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed Dec 27, 2024
1 parent d5a036d commit b51c490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
</p>

<h3 align="center">
<p>🤗 `smolagents` - a smol library to build great agents!</p>
<p>🤗 smolagents - a smol library to build great agents!</p>
</h3>

`smolagents` is a library that enables you to run powerful agents in a few lines of code. It offers:
Expand Down
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 = "0.0.1"
version = "0.1.0"
description = "🤗 `smolagents`: a barebones library for agents. Agents just write python code to call/orchestrate tools."
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__ = "0.0.1"
__version__ = "0.1.0"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit b51c490

Please sign in to comment.