From b61f0ec67edd7b60f85fe23b5b79ffa730b66558 Mon Sep 17 00:00:00 2001 From: Christian Staudt Date: Sun, 16 Apr 2023 17:31:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0a=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- tuttle/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a7c48ea..462c160 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0a +current_version = 1.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index f172759..2bdf99f 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ packages=find_packages(include=["tuttle", "tuttle.*", "tuttle_tests"]), test_suite="tests", url="https://github.com/tuttle-dev/tuttle", - version="1.1.0", + version="1.1.1", zip_safe=False, ) diff --git a/tuttle/__init__.py b/tuttle/__init__.py index 79e6c11..28843a7 100644 --- a/tuttle/__init__.py +++ b/tuttle/__init__.py @@ -4,7 +4,7 @@ "Christian Staudt", "Vladimir Peter", ] -__version__ = "1.1.0" +__version__ = "1.1.1" from . import app from . import (