v3.0.0 — update version from 3.0.0a1 to 3.0.0
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "purpose-agent"
|
| 7 |
-
version = "3.0.
|
| 8 |
description = "A local-first self-improvement kernel for agents. Turns traces into tested memory so agents improve without fine-tuning."
|
| 9 |
readme = "README.md"
|
| 10 |
license = {text = "MIT"}
|
|
@@ -12,7 +12,7 @@ requires-python = ">=3.10"
|
|
| 12 |
authors = [{name = "Rohan03"}]
|
| 13 |
keywords = ["agents", "self-improving", "slm", "llm", "memory", "rl", "local-first", "events", "streaming"]
|
| 14 |
classifiers = [
|
| 15 |
-
"Development Status ::
|
| 16 |
"Intended Audience :: Developers",
|
| 17 |
"License :: OSI Approved :: MIT License",
|
| 18 |
"Programming Language :: Python :: 3",
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "purpose-agent"
|
| 7 |
+
version = "3.0.0"
|
| 8 |
description = "A local-first self-improvement kernel for agents. Turns traces into tested memory so agents improve without fine-tuning."
|
| 9 |
readme = "README.md"
|
| 10 |
license = {text = "MIT"}
|
|
|
|
| 12 |
authors = [{name = "Rohan03"}]
|
| 13 |
keywords = ["agents", "self-improving", "slm", "llm", "memory", "rl", "local-first", "events", "streaming"]
|
| 14 |
classifiers = [
|
| 15 |
+
"Development Status :: 5 - Production/Stable",
|
| 16 |
"Intended Audience :: Developers",
|
| 17 |
"License :: OSI Approved :: MIT License",
|
| 18 |
"Programming Language :: Python :: 3",
|