From 625f91abb451902331120f364fe86aa5ea72dec6 Mon Sep 17 00:00:00 2001 From: Saied Kazemi Date: Mon, 16 Sep 2024 16:07:30 +0200 Subject: [PATCH] =?UTF-8?q?release(project):=201.1.7=20=E2=86=92=201.1.8?= 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 01093c7..e8dd565 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.7 +current_version = 1.1.8 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/iris/__init__.py b/iris/__init__.py index bf78826..3d30a5f 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.1.7" +__version__ = "1.1.8" diff --git a/pyproject.toml b/pyproject.toml index 4d4f857..d5cc7e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iris" -version = "1.1.7" +version = "1.1.8" description = "Resilient Internet-scale measurement system." license = "MIT" authors = [