Skip to content

Commit

Permalink
Version updated from 0.1.1 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
royreznik committed Feb 3, 2024
1 parent 9a96250 commit aa24cca
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 = "0.1.1"
version = "1.0.0"
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 = "0.1.1"
current_version = "1.0.0"
commit = true
tag = true
tag_name = "v{new_version}"
Expand All @@ -64,9 +64,11 @@ regex = true
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__ = "0.1.1"
__version__ = "1.0.0"

0 comments on commit aa24cca

Please sign in to comment.