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 a613e18 commit 3dde515Copy full SHA for 3dde515
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
tag = False
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
-version = "1.0.0"
+version = "1.0.1"
description = "CICD Core Scripts"
authors = ["B <[email protected]>"]
6
license = "Apache 2.0"
@@ -12,7 +12,7 @@ python = "^3.12"
12
setuptools = "^75.2.0"
13
idna="^3.0"
14
certifi="^2024.8.30"
15
-bump2version="^1.0.0"
+bump2version="^1.0.1"
16
17
[tool.poetry.group.dev.dependencies]
18
pre-commit = "^4.0.0"
0 commit comments