From d1a3c7ad6d8797601cb965916798904a51469a4f Mon Sep 17 00:00:00 2001 From: John Carr Date: Wed, 5 Apr 2023 15:55:04 +0100 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d475494f..534c0ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fuselage" -version = "3.1.1" +version = "3.1.2" description = "Orchestration and configuration management in Python" authors = ["Isotoma Limited "] license = "Apache-2.0"