From e4f5d635041029da954a370aa0ee301a71c29167 Mon Sep 17 00:00:00 2001 From: Adrian Altenhoff Date: Tue, 16 Nov 2021 15:58:27 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.10=20=E2=86=92=201.1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyham/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyham/__init__.py b/pyham/__init__.py index 64c5374..76c8523 100644 --- a/pyham/__init__.py +++ b/pyham/__init__.py @@ -14,4 +14,4 @@ from .TreeProfile import * from .iham import * -__version__ = "1.1.10" +__version__ = "1.1.11" diff --git a/setup.cfg b/setup.cfg index ccb3a35..021056d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.10 +current_version = 1.1.11 commit = True tag = False