From 6081f3de20f1c1611fe81cb2f9f9e07f485eaff7 Mon Sep 17 00:00:00 2001 From: "John \"Preston\" Mille" Date: Mon, 7 Aug 2023 20:59:55 +0100 Subject: [PATCH] Bump to 1.3.1 --- ecs_files_composer/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecs_files_composer/__init__.py b/ecs_files_composer/__init__.py index 1529d50..4f02eef 100644 --- a/ecs_files_composer/__init__.py +++ b/ecs_files_composer/__init__.py @@ -5,4 +5,4 @@ __author__ = """John Preston""" __email__ = "john@compose-x.io" -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index cceb8a5..c6a7da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecs_files_composer" -version = "1.3.0" +version = "1.3.1" description = "Files and configuration handler to inject configuration files into volumes for ECS containers" authors = ["John Preston "] license = "MPL-2.0" @@ -94,7 +94,7 @@ omit = ["ecs_files_composer/cli.py"] github_url = "https://github.com/compose-x/ecs-files-composer" [tool.tbump.version] -current = "1.3.0" +current = "1.3.1" regex = ''' (?P\d+)