From 1a4cb3df77497f041299e0fe2e81c909054fefbf Mon Sep 17 00:00:00 2001 From: bakdata-bot Date: Wed, 7 Jun 2023 12:01:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.1.4=20=E2=86=92=201.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kpops/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kpops/__init__.py b/kpops/__init__.py index c72e3798a..9b102be76 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1 +1 @@ -__version__ = "1.1.4" +__version__ = "1.1.5" diff --git a/pyproject.toml b/pyproject.toml index 9c84ebf26..7142f890b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "1.1.4" +version = "1.1.5" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"