diff --git a/libertai_agents/pyproject.toml b/libertai_agents/pyproject.toml index 02eeac1..f66c0e1 100644 --- a/libertai_agents/pyproject.toml +++ b/libertai_agents/pyproject.toml @@ -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 "] 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]