Skip to content

Commit

Permalink
Version updated from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
royreznik committed Feb 3, 2024
1 parent acd5e0e commit 37406a1
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.0.0"
version = "1.0.1"
description = "Simpel and Interactive regex shell"
authors = ["Roy Reznik <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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}"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion rexi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 37406a1

Please sign in to comment.