From 65e2fac8cde7b7be88c7c8464bab168d8b59fee6 Mon Sep 17 00:00:00 2001 From: Saied Kazemi Date: Thu, 11 Jan 2024 12:40:23 +0100 Subject: [PATCH] =?UTF-8?q?release(project):=201.1.3=20=E2=86=92=201.1.4?= 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 001ac3b..daf9008 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3 +current_version = 1.1.4 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/iris/__init__.py b/iris/__init__.py index 0b2f79d..c72e379 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.1.4" diff --git a/pyproject.toml b/pyproject.toml index 4e1eb4a..baae05c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iris" -version = "1.1.3" +version = "1.1.4" description = "Resilient Internet-scale measurement system." license = "MIT" authors = [