Skip to content

Commit 3dde515

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent a613e18 commit 3dde515

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.0
2+
current_version = 1.0.1
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.0"
3+
version = "1.0.1"
44
description = "CICD Core Scripts"
55
authors = ["B <[email protected]>"]
66
license = "Apache 2.0"
@@ -12,7 +12,7 @@ python = "^3.12"
1212
setuptools = "^75.2.0"
1313
idna="^3.0"
1414
certifi="^2024.8.30"
15-
bump2version="^1.0.0"
15+
bump2version="^1.0.1"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
pre-commit = "^4.0.0"

0 commit comments

Comments
 (0)