Skip to content

Commit de32631

Browse files
committed
Bump version
1 parent 7c5686e commit de32631

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dbt_project.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: automate_dv
2-
version: 0.10.2
3-
require-dbt-version: [">=1.0.0", "<2.0.0"]
2+
version: 0.11.0
3+
require-dbt-version: [ ">=1.0.0", "<2.0.0" ]
44
config-version: 2
55

6-
model-paths: ["models"]
7-
analysis-paths: ["analyses"]
8-
test-paths: ["tests"]
9-
seed-paths: ["seeds"]
10-
macro-paths: ["macros"]
11-
docs-paths: ["docs"]
6+
model-paths: [ "models" ]
7+
analysis-paths: [ "analyses" ]
8+
test-paths: [ "tests" ]
9+
seed-paths: [ "seeds" ]
10+
macro-paths: [ "macros" ]
11+
docs-paths: [ "docs" ]
1212

1313
target-path: "target"
1414
clean-targets:

0 commit comments

Comments
 (0)