We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496e793 commit 1552222Copy full SHA for 1552222
agentlightning/__init__.py
@@ -1,6 +1,6 @@
1
# Copyright (c) Microsoft. All rights reserved.
2
3
-__version__ = "0.2.1"
+__version__ = "0.2.2"
4
5
from .adapter import *
6
from .algorithm import *
pyproject.toml
[project]
name = "agentlightning"
-version = "0.2.1"
+version = "0.2.2"
description = "Agent-lightning is the absolute trainer to light up AI agents."
readme = "README.md"
requires-python = ">=3.10"
0 commit comments