From 478cf9976acbdea8863aafdbd2982de9423d9ddf Mon Sep 17 00:00:00 2001 From: Shashank Shekhar Singh Date: Thu, 1 Jan 2026 02:44:08 +0530 Subject: [PATCH] version up --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a1a82cb..dcb378f5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A powerful **MCP server** and **CLI tool** that indexes local code into a graph ![Using the MCP server](https://github.com/Shashankss1205/CodeGraphContext/blob/main/images/Usecase.gif) ## Project Details -- **Version:** 0.1.20 +- **Version:** 0.1.21 - **Authors:** Shashank Shekhar Singh - **License:** MIT License (See [LICENSE](LICENSE) for details) - **Website:** [CodeGraphContext](http://codegraphcontext.vercel.app/) @@ -112,7 +112,7 @@ If you’re using CodeGraphContext in your project, feel free to open a PR and a - `nbconvert>=7.16.6` - `pathspec>=0.12.1` -**Note:** Python 3.9+ is supported, including Python 3.13 and 3.14. +**Note:** Python 3.10-3.14 is supported. ## Getting Started diff --git a/pyproject.toml b/pyproject.toml index e74558e5..c28a96e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codegraphcontext" -version = "0.1.20" +version = "0.1.21" description = "An MCP server that indexes local code into a graph database to provide context to AI assistants." authors = [{ name = "Shashank Shekhar Singh", email = "shashankshekharsingh1205@gmail.com" }] readme = "README.md"