From c7ee97bb0b868841f2e916de6c80155975ab23bd Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 25 Jun 2024 01:51:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platypush/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/__init__.py b/platypush/__init__.py index 96f3cce5f4..8ff0b1cef4 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -23,7 +23,7 @@ when = hook __author__ = 'Fabio Manganiello ' -__version__ = '1.1.0' +__version__ = '1.1.1' __all__ = [ 'Application', 'Variable', diff --git a/setup.cfg b/setup.cfg index 89cc4c1f5c..ae01bbb467 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True