From bd38b0433491154cca39b0d49614b9835edfd35e Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Thu, 14 Nov 2024 22:57:57 +0300 Subject: [PATCH] Bump version to 0.0.115 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb7ef873..05a0c7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ue4-docker" -version = "0.0.114" +version = "0.0.115" description = "Windows and Linux containers for Unreal Engine" requires-python = ">= 3.7" license = { file = "LICENSE" }