We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7f078 commit de4cfb3Copy full SHA for de4cfb3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rexi"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Simpel and Interactive regex shell"
5
authors = ["Roy Reznik <[email protected]>"]
6
readme = "README.md"
@@ -39,7 +39,7 @@ strict = true
39
40
41
[tool.bumpversion]
42
-current_version = "0.1.0"
+current_version = "0.1.1"
43
commit = true
44
tag = true
45
tag_name = "v{new_version}"
@@ -60,6 +60,7 @@ search = "^version = \"{current_version}\""
60
replace = "version = \"{new_version}\""
61
62
63
+
64
[build-system]
65
requires = ["poetry-core"]
66
build-backend = "poetry.core.masonry.api"
rexi/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments