From e4cf34be0b61d7927aa939fe6d250f4d7f5967b2 Mon Sep 17 00:00:00 2001 From: Saied Kazemi Date: Thu, 21 Mar 2024 11:48:45 -0500 Subject: [PATCH] =?UTF-8?q?release(project):=201.1.4=20=E2=86=92=201.1.5?= 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 daf9008..663ed80 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4 +current_version = 1.1.5 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/iris/__init__.py b/iris/__init__.py index c72e379..9b102be 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.1.4" +__version__ = "1.1.5" diff --git a/pyproject.toml b/pyproject.toml index baae05c..f978020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iris" -version = "1.1.4" +version = "1.1.5" description = "Resilient Internet-scale measurement system." license = "MIT" authors = [