Skip to content

Commit b896ab0

Browse files
committed
Bump version: 1.7.8 → 1.7.9
1 parent 88cd897 commit b896ab0

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.7.8
2+
current_version = 1.7.9
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 +1 @@
1-
__version__ = "1.7.8"
1+
__version__ = "1.7.9"

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.7.8"
3+
version = "1.7.9"
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)