Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
district10 committed Sep 7, 2024
1 parent 6a8dd1f commit 540dbd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ To upgrade `fast-crossing` to the latest version, use pip:
pip install -U fast-crossing
```

## Version 0.0.9 (2024-09-07)

* Update pybind11 (for python 3.11, 3.12), ditch python 3.6, 3.7

## Version 0.0.8 (2023-06-23)

* Sync with headers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="fast_crossing",
version="0.0.8",
version="0.0.9",
author="tzx",
author_email="[email protected]",
url="https://fast-crossing.readthedocs.io",
Expand Down

0 comments on commit 540dbd6

Please sign in to comment.