From f8765d5afbfcf32ef1e9d0117d2d2fe3fb5ac3a2 Mon Sep 17 00:00:00 2001 From: Ulas Turkmen Date: Mon, 11 Apr 2022 16:26:27 +0200 Subject: [PATCH] Bump to 0.4.5 --- miniboss/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/miniboss/__init__.py b/miniboss/__init__.py index 4a9da8c..536d089 100644 --- a/miniboss/__init__.py +++ b/miniboss/__init__.py @@ -3,4 +3,4 @@ from .context import Context from .types import set_group_name as group_name -__version__ = "0.4.4" +__version__ = "0.4.5" diff --git a/setup.py b/setup.py index 6f1a3d3..e051e41 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "miniboss", - version = "0.4.4", + version = "0.4.5", author = "Ulas Turkmen", description = "Containerized app testing framework", long_description = long_description, diff --git a/tbump.toml b/tbump.toml index 7511aac..d4e9a1d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/afroisalreadyinu/miniboss/" [version] -current = "0.4.4" +current = "0.4.5" # Example of a semver regexp. # Make sure this matches current_version before