diff --git a/.github/images/logo.webp b/.github/images/logo.webp index e2038b4..8f96860 100644 Binary files a/.github/images/logo.webp and b/.github/images/logo.webp differ diff --git a/oasis/__init__.py b/oasis/__init__.py index bd9c279..951b2f8 100644 --- a/oasis/__init__.py +++ b/oasis/__init__.py @@ -4,4 +4,4 @@ from .oasis import main -__version__ = "0.4.0" \ No newline at end of file +__version__ = "0.5.0" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5661280..f8d4bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "oasis" -version = "0.4.0" +version = "0.5.0" description = "Ollama Automated Security Intelligence Scanner" readme = "README.md" requires-python = ">=3.9"