Skip to content

Commit f288382

Browse files
Meta: Update version numbers and changelog
1 parent 588118c commit f288382

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ abstract: >-
4141
A Python package that wraps the functionality of the C++
4242
library libsemigroups.
4343
license: 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"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ pip install .
109109
To 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
116116
pip install .
117117
```
118118

docs/source/changelog-v1.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
Changelog - 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+
1116
v1.0.0 (released 12/08/2025)
1217
-----------------------------
1318

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9696
Building the documentation

0 commit comments

Comments
 (0)