diff --git a/CLAUDE.md b/CLAUDE.md index 123329f0..e6b932cb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,7 +32,7 @@ Each generated project includes: ## Installation -**Current Version**: 0.7.0rc3 +**Current Version**: 0.7.0 ```bash pip install aegis-stack diff --git a/aegis/__init__.py b/aegis/__init__.py index 0ffe9b68..21d7986d 100644 --- a/aegis/__init__.py +++ b/aegis/__init__.py @@ -2,4 +2,4 @@ Aegis Stack CLI - Component generation and project management tools. """ -__version__ = "0.7.0rc3" +__version__ = "0.7.0" diff --git a/copier.yml b/copier.yml index b28bf01b..5575acfb 100644 --- a/copier.yml +++ b/copier.yml @@ -6,7 +6,7 @@ # - Update support _min_copier_version: "9.0.0" -_version: "0.7.0rc3" +_version: "0.7.0" # IMPORTANT: Template content is in subdirectory # This allows the template to be recognized as git-tracked (aegis-stack repo root has .git) diff --git a/pyproject.toml b/pyproject.toml index 70975bb5..088a17b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aegis-stack" -version = "0.7.0rc3" +version = "0.7.0" description = "A production-ready FastAPI platform with modular components and a built-in control plane. Try: uvx aegis-stack init my-project" readme = "README.md" requires-python = ">=3.11,<3.15" diff --git a/uv.lock b/uv.lock index a14266ce..082d4b5f 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ source = { editable = "tests/fixtures/aegis_plugin_test" } [[package]] name = "aegis-stack" -version = "0.7.0rc3" +version = "0.7.0" source = { editable = "." } dependencies = [ { name = "copier" },