From a302f043b573032090245c5ca863b50a7993b2e2 Mon Sep 17 00:00:00 2001 From: Saied Kazemi Date: Tue, 6 Aug 2024 18:17:18 +0200 Subject: [PATCH] =?UTF-8?q?release(project):=201.1.5=20=E2=86=92=201.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- iris/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 663ed80..01093c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.5 +current_version = 1.1.7 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/iris/__init__.py b/iris/__init__.py index 9b102be..bf78826 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.1.5" +__version__ = "1.1.7" diff --git a/pyproject.toml b/pyproject.toml index f978020..92ab4e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iris" -version = "1.1.5" +version = "1.1.7" description = "Resilient Internet-scale measurement system." license = "MIT" authors = [