From 9f08524d418f866559ff66f99bf6507d5bf63661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 4 May 2023 19:51:39 +0200 Subject: [PATCH] refactor: repo name --- dev_gpt/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 88ea841..a53c019 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -1,4 +1,4 @@ -DOCKER_BASE_IMAGE_VERSION = '0.0.5' +DOCKER_BASE_IMAGE_VERSION = '0.0.6' EXECUTOR_FILE_NAME = '__init__.py' IMPLEMENTATION_FILE_NAME = 'microservice.py'