File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/thecodecrate_pipeline Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " thecodecrate-pipeline"
3- version = " 1.28 .0"
3+ version = " 1.29 .0"
44description = " This package provides a pipeline pattern implementation"
55readme = " README.md"
66authors = [{ name = " TheCodeCrate" , email = " loureiro.rg@gmail.com" }]
@@ -48,7 +48,7 @@ build-backend = "hatchling.build"
4848line-length = 79
4949
5050[tool .bumpver ]
51- current_version = " 1.28 .0"
51+ current_version = " 1.29 .0"
5252version_pattern = " MAJOR.MINOR.PATCH"
5353commit_message = " feat: bump version {old_version} -> {new_version}"
5454tag_message = " {new_version}"
Original file line number Diff line number Diff line change 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
99from _lib .contracts .pipeline import Pipeline as PipelineInterface
You can’t perform that action at this time.
0 commit comments