Explorar el Código

chore: set CLI version to 0.0.1 for initial development

xcad hace 7 meses
padre
commit
0584d49029
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      cli/__init__.py
  2. 1 1
      pyproject.toml

+ 1 - 1
cli/__init__.py

@@ -2,6 +2,6 @@
 Boilerplates CLI - A sophisticated command-line tool for managing infrastructure boilerplates.
 """
 
-__version__ = "1.0.0"
+__version__ = "0.0.1"
 __author__ = "Christian Lempa"
 __description__ = "CLI tool for managing infrastructure boilerplates"

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "boilerplates"
-version = "1.0.0"
+version = "0.0.1"
 description = "CLI tool for managing infrastructure boilerplates"
 readme = "README.md"
 requires-python = ">=3.9"