From 9dd2003277d009bc59a5ea1531f0b13c277b7c03 Mon Sep 17 00:00:00 2001 From: Roy Reznik Date: Fri, 16 Feb 2024 13:32:04 +0200 Subject: [PATCH] Version updated from 1.1.1 to 1.1.2 --- pyproject.toml | 6 ++++-- rexi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2598a3a..738d714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rexi" -version = "1.1.1" +version = "1.1.2" description = "Simpel and Interactive regex shell" authors = ["Roy Reznik "] readme = "README.md" @@ -46,7 +46,7 @@ strict = true [tool.bumpversion] -current_version = "1.1.1" +current_version = "1.1.2" commit = true tag = true tag_name = "v{new_version}" @@ -70,6 +70,7 @@ replace = "version = \"{new_version}\"" + [tool.pytest.ini_options] asyncio_mode = "auto" @@ -77,6 +78,7 @@ asyncio_mode = "auto" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/rexi/__init__.py b/rexi/__init__.py index a82b376..72f26f5 100644 --- a/rexi/__init__.py +++ b/rexi/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"