Skip to content

Commit aefcbac

Browse files
committed
Version updated from 1.0.1 to 1.1.0
1 parent e301ba3 commit aefcbac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rexi"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Simpel and Interactive regex shell"
55
authors = ["Roy Reznik <[email protected]>"]
66
readme = "README.md"
@@ -46,7 +46,7 @@ strict = true
4646

4747

4848
[tool.bumpversion]
49-
current_version = "1.0.1"
49+
current_version = "1.1.0"
5050
commit = true
5151
tag = true
5252
tag_name = "v{new_version}"
@@ -68,11 +68,13 @@ replace = "version = \"{new_version}\""
6868

6969

7070

71+
7172
[tool.pytest.ini_options]
7273
asyncio_mode = "auto"
7374

7475

7576

77+
7678
[build-system]
7779
requires = ["poetry-core"]
7880
build-backend = "poetry.core.masonry.api"

rexi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)