浏览代码

chore: bump version to 0.0.3

github-actions[bot] 4 月之前
父节点
当前提交
eee389d935
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      cli/__main__.py
  2. 1 1
      pyproject.toml

+ 1 - 1
cli/__main__.py

@@ -18,7 +18,7 @@ from cli.core.registry import registry
 # 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.3"
 
 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.3"
 description = "CLI tool for managing infrastructure boilerplates"
 readme = "README.md"
 requires-python = ">=3.9"