From d07faec9dde322643c4736c59fbd1b9adbd64767 Mon Sep 17 00:00:00 2001 From: Adam Rehn Date: Fri, 16 Feb 2024 20:41:50 +1000 Subject: [PATCH] Bump version to 0.0.112 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 958f738a..a502e241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ue4-docker" -version = "0.0.111" +version = "0.0.112" description = "Windows and Linux containers for Unreal Engine" requires-python = ">= 3.7" license = { file = "LICENSE" }