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 e301ba3 commit aefcbacCopy full SHA for aefcbac
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rexi"
3
-version = "1.0.1"
+version = "1.1.0"
4
description = "Simpel and Interactive regex shell"
5
authors = ["Roy Reznik <[email protected]>"]
6
readme = "README.md"
@@ -46,7 +46,7 @@ strict = true
46
47
48
[tool.bumpversion]
49
-current_version = "1.0.1"
+current_version = "1.1.0"
50
commit = true
51
tag = true
52
tag_name = "v{new_version}"
@@ -68,11 +68,13 @@ replace = "version = \"{new_version}\""
68
69
70
71
+
72
[tool.pytest.ini_options]
73
asyncio_mode = "auto"
74
75
76
77
78
[build-system]
79
requires = ["poetry-core"]
80
build-backend = "poetry.core.masonry.api"
rexi/__init__.py
@@ -1 +1 @@
-__version__ = "1.0.1"
+__version__ = "1.1.0"
0 commit comments