From e44a5eb15b75f80b7484bfa5cab990c758897a1c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 26 Apr 2022 17:46:57 +0200 Subject: [PATCH] :package: Bump version to 0.2.3 (to test the new actions) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 725317d..2a83c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ build-backend = "poetry.core.masonry.api" name = "cfig" # The version of the package. -version = "0.2.2" +version = "0.2.3" # A brief, one-sentence description about your project. description = "A configuration manager for Python"