Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVilla424 committed Oct 21, 2024
1 parent d18a32b commit 3cfbb11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1
current_version = 1.0.2
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backend"
version = "1.0.1"
version = "1.0.2"
description = "Github CICD Template Repository."
authors = ["B <[email protected]>"]
license = "Other"
Expand Down Expand Up @@ -65,5 +65,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.1"]
requires = ["poetry-core>=1.0.2"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.1",
"version": "1.0.2",
"description": "frontend github cicd sample",
"private": "true",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-cicd-template"
version = "1.0.1"
version = "1.0.2"
description = "Github CICD Template Repository"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -16,7 +16,7 @@ certifi="^2024.8.30"
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.0"
pylint="^3.3.0"
bump2version="^1.0.1"
bump2version="^1.0.2"
isort = "^5.12.0"
toml="^0.10.0"
black="^24.3.0"
Expand Down Expand Up @@ -66,5 +66,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.1"]
requires = ["poetry-core>=1.0.2"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 3cfbb11

Please sign in to comment.