Skip to content

Commit 6c12073

Browse files
committed
bump default version to 1.4
1 parent 34dff31 commit 6c12073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brickschema/graph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __init__(
340340
*args,
341341
load_brick=False,
342342
load_brick_nightly=False,
343-
brick_version="1.3",
343+
brick_version="1.4",
344344
**kwargs,
345345
):
346346
"""Wrapper class and convenience methods for handling Brick models
@@ -509,7 +509,7 @@ def __init__(
509509
*args,
510510
load_brick=False,
511511
load_brick_nightly=False,
512-
brick_version="1.3",
512+
brick_version="1.4",
513513
_delay_init=False,
514514
**kwargs,
515515
):

0 commit comments

Comments
 (0)