Skip to content

Commit 2da3348

Browse files
committed
Bump version: 1.0.5 → 1.0.6
1 parent 9a3a1c5 commit 2da3348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.5
2+
current_version = 1.0.6
33
commit = True
44
tag = False
55

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scripts"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "CICD Core Scripts"
55
authors = ["B <[email protected]>"]
66
license = "Apache 2.0"
@@ -68,5 +68,5 @@ ensure_newline_before_comments = true
6868
rcfile = ".pylintrc"
6969

7070
[build-system]
71-
requires = ["poetry-core>=1.0.5"]
71+
requires = ["poetry-core>=1.0.6"]
7272
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)