Skip to content

Commit 520c177

Browse files
Update version etc for v0.1.1
1 parent 6d7f4e2 commit 520c177

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
libsemigroups\_pybind11 - Version 0.0.0
1+
libsemigroups\_pybind11 - Version 0.1.1
22
=======================================
33

4-
`libsemigroups_pybind11` is python package for the [libsemigroups](https://libsemigroups.readthedocs.io/en/latest/) C++ library.
4+
`libsemigroups_pybind11` is python package for the
5+
[libsemigroups](https://libsemigroups.readthedocs.io/en/latest/) C++ library.
56

67
Installation
78
------------

docs/source/authors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ Contributors
2222
- `N. Thiery`_ helped the authors understand the ecosystem for integrating C++
2323
code into python, and to some preliminary versions of the python bindings for
2424
``libsemigroups`` using cython, and cppyy.
25+
- Chinmaya Nagpal resolved some issues with the packaging.
2526

2627
.. _N. Thiery: http://nicolas.thiery.name/

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
Changelog
88
=========
99

10+
v0.1.1 (released 08/10/2021)
11+
----------------------------
12+
13+
An exceedinly minor release to resolve an issue in the previous release.
14+
15+
v0.1.0 (released 08/10/2021)
16+
----------------------------
17+
18+
Some minor issues were resolved and the function ``follow_path`` was added for
19+
``ActionDigraphs``.
20+
1021
v0.0.0 (released 24/09/2021)
1122
----------------------------
1223

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
source_suffix = ".rst"
2626
master_doc = "index"
2727
project = u"libsemigroups_pybind11"
28-
copyright = u"2021, J. D. Mitchell"
28+
copyright = u"2021, J. D. Mitchell + Maria Tsalakou"
2929
author = u"J. D. Mitchell"
30-
version = u"0.0.0"
31-
release = u"0.0.0"
30+
version = u"0.1.1"
31+
release = u"0.1.1"
3232
language = None
3333
exclude_patterns = ["_build"]
3434
pygments_style = "sphinx"

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libsemigroups_pybind11 - Version 0.0.0
1+
libsemigroups_pybind11 - Version 0.1.1
22
======================================
33

44
python bindings for the C++ library libsemigroups

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
.. |libsemigroups-pybind11-version| replace:: 0.0.0
7+
.. |libsemigroups-pybind11-version| replace:: 0.1.1
88

99
Installation
1010
============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pybind11.setup_helpers import Pybind11Extension, build_ext
2222
from setuptools import setup, find_packages
2323

24-
__version__ = "0.0.0"
24+
__version__ = "0.1.1"
2525

2626

2727
def minimum_libsemigroups_version():

0 commit comments

Comments
 (0)