Skip to content

Commit de4cfb3

Browse files
committed
Version updated from 0.1.0 to 0.1.1
1 parent 1e7f078 commit de4cfb3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

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

4040

4141
[tool.bumpversion]
42-
current_version = "0.1.0"
42+
current_version = "0.1.1"
4343
commit = true
4444
tag = true
4545
tag_name = "v{new_version}"
@@ -60,6 +60,7 @@ search = "^version = \"{current_version}\""
6060
replace = "version = \"{new_version}\""
6161

6262

63+
6364
[build-system]
6465
requires = ["poetry-core"]
6566
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__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)