Skip to content

Commit

Permalink
🔧 Bump version: 1.0.12 → 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVilla424 committed Oct 27, 2024
1 parent d3e1148 commit ed5193c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.12
current_version = 1.0.13
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
version = "1.0.12"
version = "1.0.13"
description = "CICD Core Scripts"
authors = ["B <g46327wsj1.marbling129@passinbox.com>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -71,5 +71,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.12"]
requires = ["poetry-core>=1.0.13"]
build-backend = "poetry.core.masonry.api"

0 comments on commit ed5193c

Please sign in to comment.