Bump version to 1.0.1 (#562)

This commit is contained in:
Yuge Zhang
2026-08-24 16:58:17 +08:00
committed by GitHub
parent 65df6ab599
commit 8435586d14
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
"""Agent Lightning."""
__version__ = "1.0.0"
__version__ = "1.0.1"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "agentlightning"
version = "1.0.0"
version = "1.0.1"
description = "Agent Lightning — agentic RL infrastructure"
readme = "README.md"
license = "MIT"
Generated
+1 -1
View File
@@ -42,7 +42,7 @@ wheels = [
[[package]]
name = "agentlightning"
version = "1.0.0"
version = "1.0.1"
source = { editable = "." }
dependencies = [
{ name = "fastapi" },