Skip to content

Commit 0a2937a

Browse files
committed
at least latest release
1 parent 9fbb3b0 commit 0a2937a

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

commands/DEA_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/DEA_contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55

66
from compas_dem.models import BlockModel

commands/DEA_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55

66
from compas_masonry.session import MasonrySession as Session

commands/DEA_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55

66
from compas_masonry.session import MasonrySession as Session

commands/DEA_supports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import compas_rhino.objects
66
from compas.colors import Color

commands/Masonry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import pathlib
66

commands/Masonry_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/TNA_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import ast
66

commands/TNA_envelope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/TNA_formdiagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_masonry
3+
# r: compas_masonry >=0.2.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

0 commit comments

Comments
 (0)