From 84ec01a88650a257f9c96f213a5cfa7ddf2e2455 Mon Sep 17 00:00:00 2001 From: bakdata-bot Date: Thu, 4 May 2023 10:30:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.1.2=20=E2=86=92=201.1.3?= 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 72f26f596..0b2f79dbb 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index 863815bea..891ac1558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "1.1.2" +version = "1.1.3" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"