Skip to content

Commit 05c28a3

Browse files
chore: bump version to 0.0.163
1 parent aff2a31 commit 05c28a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "code-graph-rag"
3-
version = "0.0.162"
3+
version = "0.0.163"
44
description = "The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs"
55
readme = "PYPI_README.md"
66
requires-python = ">=3.12"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"url": "https://github.com/vitali87/code-graph-rag",
99
"source": "github"
1010
},
11-
"version": "0.0.162",
11+
"version": "0.0.163",
1212
"packages": [
1313
{
1414
"registryType": "pypi",
1515
"registryBaseUrl": "https://pypi.org",
1616
"identifier": "code-graph-rag",
17-
"version": "0.0.162",
17+
"version": "0.0.163",
1818
"runtimeHint": "uvx",
1919
"transport": {
2020
"type": "stdio"

0 commit comments

Comments
 (0)