Skip to content

Commit a1b3150

Browse files
committed
Bump to 0.3.1
1 parent 3b5d733 commit a1b3150

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

agentlightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft. All rights reserved.
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.3.1"
44

55
from .adapter import *
66
from .algorithm import *

dashboard/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agent-lightning-dashboard",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentlightning"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Agent-lightning is the absolute trainer to light up AI agents."
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)