-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef7f21f
commit afe8d34
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "libertai-agents" | ||
version = "0.0.4" | ||
version = "0.1.0" | ||
description = "Framework to create and deploy decentralized agents" | ||
authors = ["LibertAI.io team <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -13,7 +13,6 @@ classifiers = [ | |
"Intended Audience :: Developers", | ||
"Development Status :: 2 - Pre-Alpha", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Programming Language :: Python :: 3.11", | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
|