github-actions[bot] 4 месяцев назад
Родитель
Сommit
4215e7bd43
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      cli/__main__.py
  2. 1 1
      pyproject.toml

+ 1 - 1
cli/__main__.py

@@ -19,7 +19,7 @@ from cli.core import repo
 # Using standard Python exceptions instead of custom ones
 
 # NOTE: Placeholder version - will be overwritten by release script (.github/workflows/release.yaml)
-__version__ = "0.0.0"
+__version__ = "0.0.6"
 
 app = Typer(
   help="CLI tool for managing infrastructure boilerplates.\n\n[dim]Easily generate, customize, and deploy templates for Docker Compose, Terraform, Kubernetes, and more.\n\n [white]Made with 💜 by [bold]Christian Lempa[/bold]",

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "boilerplates"
-version = "0.0.0"  # NOTE: Placeholder - will be overwritten by release script
+version = "0.0.6"
 description = "CLI tool for managing infrastructure boilerplates"
 readme = "README.md"
 requires-python = ">=3.9"