Skip to content

Commit

Permalink
Version updated from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royreznik committed Feb 16, 2024
1 parent 171d470 commit 9dd2003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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}"
Expand All @@ -70,13 +70,15 @@ replace = "version = \"{new_version}\""




[tool.pytest.ini_options]
asyncio_mode = "auto"






[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion rexi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 9dd2003

Please sign in to comment.