diff --git a/pyproject.toml b/pyproject.toml index d86f557..2fa2e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "code-graph-backend" -version = "0.1.0" +version = "0.2.0" description = "code_graph is designed to help developers visualize and analyze the structure of their source code. It takes source code as input and generates a graph representation, making it easier to understand relationships and dependencies within the codebase." authors = ["Roi Lipman "] readme = "README.md"