File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ abstract: >-
4141 A Python package that wraps the functionality of the C++
4242 library libsemigroups.
4343license : GPL-3.0+
44- version : 1.0.0
45- date-released : " 2025-08-12 "
44+ version : 1.0.1
45+ date-released : " 2025-08-13 "
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ pip install .
109109To build ` libsemigroups_pybind11 ` from a release archive:
110110
111111``` console
112- curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.0 .tar.gz
113- tar -xf libsemigroups_pybind11-1.0.0 .tar.gz
114- rm -f libsemigroups_pybind11-1.0.0 .tar.gz
115- cd libsemigroups_pybind11-1.0.0
112+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.1 .tar.gz
113+ tar -xf libsemigroups_pybind11-1.0.1 .tar.gz
114+ rm -f libsemigroups_pybind11-1.0.1 .tar.gz
115+ cd libsemigroups_pybind11-1.0.1
116116pip install .
117117```
118118
Original file line number Diff line number Diff line change 88Changelog - version 1
99=====================
1010
11+ v1.0.1 (released 13/08/2025)
12+ -----------------------------
13+
14+ This is a minor release that adds some missing files to the PyPI source.
15+
1116v1.0.0 (released 12/08/2025)
1217-----------------------------
1318
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ To build ``libsemigroups_pybind11`` from a release archive:
8787
8888 ::
8989
90- $ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.0 .tar.gz
91- $ tar -xf libsemigroups_pybind11-1.0.0 .tar.gz
92- $ rm -f libsemigroups_pybind11-1.0.0 .tar.gz
93- $ cd libsemigroups_pybind11-1.0.0
90+ $ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.0.1 .tar.gz
91+ $ tar -xf libsemigroups_pybind11-1.0.1 .tar.gz
92+ $ rm -f libsemigroups_pybind11-1.0.1 .tar.gz
93+ $ cd libsemigroups_pybind11-1.0.1
9494 $ pip install .
9595
9696Building the documentation
You can’t perform that action at this time.
0 commit comments