From a83c55996dec95c15665332a11d2fb8a4469495c Mon Sep 17 00:00:00 2001 From: Roy Reznik Date: Thu, 15 Aug 2024 10:33:17 +0300 Subject: [PATCH] Version updated from 1.1.3 to 1.1.4 --- pyproject.toml | 6 ++++-- rexi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ccf4fd2..bc66107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rexi" -version = "1.1.3" +version = "1.1.4" description = "Simpel and Interactive regex shell" authors = ["Roy Reznik "] readme = "README.md" @@ -46,7 +46,7 @@ strict = true [tool.bumpversion] -current_version = "1.1.3" +current_version = "1.1.4" commit = true tag = true tag_name = "v{new_version}" @@ -72,6 +72,7 @@ replace = "version = \"{new_version}\"" + [tool.pytest.ini_options] asyncio_mode = "auto" @@ -81,6 +82,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 0b2f79d..c72e379 100644 --- a/rexi/__init__.py +++ b/rexi/__init__.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.1.4"