Skip to content

Commit

Permalink
Version updated from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
royreznik committed Feb 2, 2024
1 parent 1e7f078 commit de4cfb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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.0"
version = "0.1.1"
description = "Simpel and Interactive regex shell"
authors = ["Roy Reznik <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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}"
Expand All @@ -60,6 +60,7 @@ search = "^version = \"{current_version}\""
replace = "version = \"{new_version}\""



[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.0"
__version__ = "0.1.1"

0 comments on commit de4cfb3

Please sign in to comment.