Skip to content

Commit c9415b3

Browse files
committed
fixup: update version
1 parent ef7215c commit c9415b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gooddata-pipelines/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# (C) 2025 GoodData Corporation
22
[project]
33
name = "gooddata-pipelines"
4-
version = "0.1.0"
4+
version = "1.47.0"
55
description = ""
66
authors = [{ name = "GoodData", email = "support@gooddata.com" }]
77
license = { text = "MIT" }

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,12 @@ src = "gooddata-flexconnect/setup.py"
186186
search = '"Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v{current_version}"'
187187

188188
[[tool.tbump.file]]
189+
# gooddata-pipelines version
189190
src = "gooddata-pipelines/pyproject.toml"
190191
search = 'version = "{current_version}"'
191192

192193
[[tool.tbump.file]]
194+
# gooddata-sdk version in gooddata-pipelines dependencies
193195
src = "gooddata-pipelines/pyproject.toml"
194196
search = "gooddata-sdk~={current_version}"
195197

0 commit comments

Comments
 (0)