Skip to content

Commit 2d8d852

Browse files
committed
feat: bump version 1.28.0 -> 1.29.0
1 parent 7f76d9c commit 2d8d852

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thecodecrate-pipeline"
3-
version = "1.28.0"
3+
version = "1.29.0"
44
description = "This package provides a pipeline pattern implementation"
55
readme = "README.md"
66
authors = [{ name = "TheCodeCrate", email = "loureiro.rg@gmail.com" }]
@@ -48,7 +48,7 @@ build-backend = "hatchling.build"
4848
line-length = 79
4949

5050
[tool.bumpver]
51-
current_version = "1.28.0"
51+
current_version = "1.29.0"
5252
version_pattern = "MAJOR.MINOR.PATCH"
5353
commit_message = "feat: bump version {old_version} -> {new_version}"
5454
tag_message = "{new_version}"

src/thecodecrate_pipeline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This will be updated by `bumpver` command.
44
# - Make sure to commit all changes first before running `bumpver`.
55
# - Run `bumpver update --[minor|major|patch]`
6-
__version__ = "1.28.0"
6+
__version__ = "1.29.0"
77

88
# Re-exporting symbols
99
from _lib.contracts.pipeline import Pipeline as PipelineInterface

0 commit comments

Comments
 (0)