Parcourir la source

build: bump version to 0.1.3 in pyproject.toml

xcad il y a 1 mois
Parent
commit
7bf6fbb0f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

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