From 37406a194af6e173c60813fb3918062c3bc76b3e Mon Sep 17 00:00:00 2001 From: Roy Reznik Date: Sat, 3 Feb 2024 15:02:28 +0200 Subject: [PATCH] Version updated from 1.0.0 to 1.0.1 --- pyproject.toml | 6 ++++-- rexi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fdb6ccb..9a15655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rexi" -version = "1.0.0" +version = "1.0.1" description = "Simpel and Interactive regex shell" authors = ["Roy Reznik "] readme = "README.md" @@ -44,7 +44,7 @@ strict = true [tool.bumpversion] -current_version = "1.0.0" +current_version = "1.0.1" commit = true tag = true tag_name = "v{new_version}" @@ -65,10 +65,12 @@ search = "^version = \"{current_version}\"" replace = "version = \"{new_version}\"" + [tool.pytest.ini_options] 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 5becc17..5c4105c 100644 --- a/rexi/__init__.py +++ b/rexi/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"