diff --git a/README.md b/README.md index 6d32e5e..8cf01cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![logo](./docs/assets/logo.png) +![logo](https://github.com/codellm-devkit/codeanalyzer-python/blob/main/docs/assets/logo.png?raw=true) -Python Static Analysis Backend for CLDK +# A Python Static Analysis Toolkit (and Library) A comprehensive static analysis tool for Python source code that provides symbol table generation, call graph analysis, and semantic analysis using Jedi, CodeQL, and Tree-sitter. diff --git a/pyproject.toml b/pyproject.toml index 1ab5fc6..b40d193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codeanalyzer-python" -version = "0.1.2" +version = "0.1.3" description = "Static Analysis on Python source code using Jedi, CodeQL and Treesitter." readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 971fde7..cdf2e14 100644 --- a/uv.lock +++ b/uv.lock @@ -251,7 +251,7 @@ wheels = [ [[package]] name = "codeanalyzer-python" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "asteroid" },