Skip to content

Commit 22a7893

Browse files
authored
Merge pull request #345 from tisnik/lcore-459-bump-up-to-version-0.1.3
LCORE-459: Bump-up to version 0.1.3
2 parents 12dcea3 + 362aee6 commit 22a7893

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/lightspeed-core/lightspeed-stack/blob/main/LICENSE)
77
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
88
[![Required Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Flightspeed-core%2Flightspeed-stack%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://www.python.org/)
9-
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.1.2)
9+
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.1.3)
1010

1111
Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
1212

docs/getting_started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded"
687687
+ greenlet==3.2.3
688688
+ grpcio==1.74.0
689689
+ httpx-sse==0.4.1
690-
~ lightspeed-stack==0.1.2 (from file:///tmp/ramdisk/lightspeed-stack)
690+
~ lightspeed-stack==0.1.3 (from file:///tmp/ramdisk/lightspeed-stack)
691691
+ litellm==1.74.9.post1
692692
+ lxml==6.0.0
693693
+ mcp==1.12.2
@@ -1022,14 +1022,14 @@ Writing manifest to image destination
10221022
4468f475931a54ad1e5c26270ff4c3e55ec31444c1b0bf8fb77a576db7ab33f1
10231023
```
10241024

1025-
To retrieve stable version `0.1.2`, use the following command:
1025+
To retrieve stable version `0.1.3`, use the following command:
10261026

10271027
```bash
1028-
podman pull quay.io/lightspeed-core/lightspeed-stack:0.1.2
1028+
podman pull quay.io/lightspeed-core/lightspeed-stack:0.1.3
10291029
```
10301030

10311031
```text
1032-
Trying to pull quay.io/lightspeed-core/lightspeed-stack:0.1.2...
1032+
Trying to pull quay.io/lightspeed-core/lightspeed-stack:0.1.3...
10331033
Getting image source signatures
10341034
Copying blob 7c9e86f872c9 done |
10351035
Copying blob 455d71b0a12b skipped: already exists
@@ -1745,7 +1745,7 @@ The response should look like:
17451745
```json
17461746
{
17471747
"name": "Lightspeed Core Service (LCS)",
1748-
"version": "0.1.2"
1748+
"version": "0.1.3"
17491749
}
17501750
```
17511751

docs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "Apache 2.0",
88
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
99
},
10-
"version": "0.1.2"
10+
"version": "0.1.3"
1111
},
1212
"paths": {
1313
"/": {
@@ -1792,4 +1792,4 @@
17921792
}
17931793
}
17941794
}
1795-
}
1795+
}

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# [tool.pdm.version]
1010
# source = "file"
1111
# path = "src/version.py"
12-
__version__ = "0.1.2"
12+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)