From 5074da2fb2b8bdecffab9e80a5634ed3eedb14c1 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 18 Feb 2025 16:42:12 +0200 Subject: [PATCH 1/2] Update pyproject.toml version Update pyproject.toml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9ec7f4..55c5015 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" From d905057b27bdb1ee1d64b9317cae72a83bb309bd Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 18 Feb 2025 16:47:47 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55c5015..aa8dc2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "code-graph-backend" -version = "0.2.0" +version = "0.3.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"