Skip to content

Commit b439233

Browse files
committed
update commands for rerelease
1 parent 9b35224 commit b439233

23 files changed

+23
-23
lines changed

commands/RV.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import pathlib
66

commands/RV_force.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_force_modify.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_force_solve.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form_modify.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form_solve.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_pattern.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66
from compas_skeleton.datastructures import Skeleton

commands/RV_pattern_boundaries.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55

66
import rhinoscriptsyntax as rs # type: ignore

commands/RV_pattern_modify.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_rv>=0.8.1
3+
# r: compas_rv>=0.9.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

0 commit comments

Comments
 (0)