diff --git a/pyproject.toml b/pyproject.toml index 9266258..1750ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rexi" -version = "0.1.0" +version = "0.1.1" description = "Simpel and Interactive regex shell" authors = ["Roy Reznik "] readme = "README.md" @@ -39,7 +39,7 @@ strict = true [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" commit = true tag = true tag_name = "v{new_version}" @@ -60,6 +60,7 @@ search = "^version = \"{current_version}\"" replace = "version = \"{new_version}\"" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/rexi/__init__.py b/rexi/__init__.py index 3dc1f76..485f44a 100644 --- a/rexi/__init__.py +++ b/rexi/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"