Skip to content

Commit

Permalink
Version updated from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
royreznik committed Mar 25, 2024
1 parent b086b11 commit 88a2f5f
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.2"
version = "1.1.3"
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.2"
current_version = "1.1.3"
commit = true
tag = true
tag_name = "v{new_version}"
Expand All @@ -71,6 +71,7 @@ replace = "version = \"{new_version}\""




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

Expand All @@ -79,6 +80,7 @@ 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.2"
__version__ = "1.1.3"

0 comments on commit 88a2f5f

Please sign in to comment.