ソースを参照

fix section required 4

xcad 6 ヶ月 前
コミット
11c98a430f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cli/__init__.py

+ 1 - 1
cli/__init__.py

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