Skip to content

Commit 5183069

Browse files
committed
Bump version: 1.8.15 → 1.9.0
1 parent 265dba5 commit 5183069

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.15
2+
current_version = 1.9.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

dbt_coves/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import dbt.version
22

3-
__version__ = "1.8.15"
3+
__version__ = "1.9.0"
44
__dbt_major_version__ = int(dbt.version.installed.major or 0)
55
__dbt_minor_version__ = int(dbt.version.installed.minor or 0)
66
__dbt_patch_version__ = int(dbt.version.installed.patch or 0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbt_coves"
3-
version = "1.8.15"
3+
version = "1.9.0"
44
description = "CLI tool for dbt users adopting analytics engineering best practices."
55
authors = ["Datacoves <[email protected]>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)