diff --git a/pyproject.toml b/pyproject.toml index ab9b12f..ac2f400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codefox" -version = "0.4.1" +version = "0.4.5" description = "CodeFox CLI - code auditing and code review tool" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/setup.py b/setup.py index 3e18fcb..d00b3fd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="codefox", - version="0.4.1", + version="0.4.5", description="CodeFox CLI - code auditing and code review tool", long_description=README, long_description_content_type="text/markdown",