diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 813a717..001ac3b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/iris/__init__.py b/iris/__init__.py index 72f26f5..0b2f79d 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index 52d47fc..4e1eb4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iris" -version = "1.1.2" +version = "1.1.3" description = "Resilient Internet-scale measurement system." license = "MIT" authors = [