@@ -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"
@@ -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"