Update version
This commit is contained in:
parent
d5a036d3f2
commit
b51c490a2a
|
@ -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:
|
||||
|
|
|
@ -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="aymeric@hf.co" }, { name="Thomas Wolf"},
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue