Skip to content

Commit 61ac6ec

Browse files
committed
update commands
1 parent 1d49fbd commit 61ac6ec

13 files changed

+13
-13
lines changed

COMPAS-Masonry.rhproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"id": "4384e04f-2997-429b-b3fc-53e7fe78703e",
99
"identity": {
1010
"name": "COMPAS-Masonry",
11-
"version": "0.1.41-beta",
11+
"version": "0.1.42-beta",
1212
"publisher": {
1313
"email": "tom.v.mele@gmail.com",
1414
"name": "Tom Van Mele",

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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
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>=0.2.2
3+
# r: compas_masonry>=0.2.3
44

55
import rhinoscriptsyntax as rs # type: ignore
66

0 commit comments

Comments
 (0)