Skip to content

Commit e698a95

Browse files
authored
Merge pull request #326 from tisnik/bump-up-to-version-0.1.2
LCORE-448: Bump-up to version 0.1.2
2 parents accf3a9 + 23461ed commit e698a95

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.1)
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)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded"
663663
+ greenlet==3.2.3
664664
+ grpcio==1.74.0
665665
+ httpx-sse==0.4.1
666-
~ lightspeed-stack==0.1.1 (from file:///tmp/ramdisk/lightspeed-stack)
666+
~ lightspeed-stack==0.1.2 (from file:///tmp/ramdisk/lightspeed-stack)
667667
+ litellm==1.74.9.post1
668668
+ lxml==6.0.0
669669
+ mcp==1.12.2

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.1"
10+
"version": "0.1.2"
1111
},
1212
"paths": {
1313
"/": {
@@ -1768,4 +1768,4 @@
17681768
}
17691769
}
17701770
}
1771-
}
1771+
}

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.1"
12+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)