You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -483,7 +483,7 @@ Ensure that you have the source code and that you have installed GHC and Cabal.
483
483
vehicle --version
484
484
```
485
485
486
-
This should print `0.25.0`.
486
+
This should print `0.25.1`.
487
487
488
488
### Building the Vehicle Python bindings
489
489
@@ -584,14 +584,14 @@ Ensure that you have the source code and that you have installed GHC/Cabal plus
584
584
uv build
585
585
```
586
586
587
-
This creates the directory `dist` which contains "wheels", which are the binary distribution format for Python packages. These wheels will have file names such as `vehicle_lang-0.25.0-cp311-cp311-macosx_13_0_arm64`:
587
+
This creates the directory `dist` which contains "wheels", which are the binary distribution format for Python packages. These wheels will have file names such as `vehicle_lang-0.25.1-cp311-cp311-macosx_13_0_arm64`:
588
588
589
589
```sh
590
590
# Supported
591
591
# Python _____
592
592
# versions \
593
593
# vvvvvvvvvvv
594
-
vehicle_lang-0.25.0-cp311-cp311-macosx_13_0_arm64
594
+
vehicle_lang-0.25.1-cp311-cp311-macosx_13_0_arm64
595
595
# ^^^^^^^^^^^^^^^^^
596
596
# Supported /
597
597
# Operating System ______/
@@ -755,7 +755,7 @@ Ensure that you have the source code and that you have installed GHC/Cabal plus
755
755
vehicle --version
756
756
```
757
757
758
-
This should print `0.25.0`.
758
+
This should print `0.25.1`.
759
759
760
760
1. Check if your installation of the `vehicle_lang` package was successful.
761
761
@@ -969,11 +969,11 @@ The procedure to create a new release is:
969
969
This creates the directory `dist` which contains "wheels", which are the binary distribution format for Python packages. If you're on macOS with an M1/M2 chipset, these look like:
0 commit comments