Skip to content

Commit

Permalink
Forgot to update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
aeporreca committed Dec 16, 2024
1 parent fc2bc7a commit 0fb4bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 🗞️ **News**
>
> 9 December 2024: `nondeterminism` 3.0.0 has been [released](https://github.com/aeporreca/nondeterminism/releases)! You can now install it with `pip install nondeterminism`.
> 16 December 2024: `nondeterminism` 3.1.1 has been [released](https://github.com/aeporreca/nondeterminism/releases)! You can install it with `pip install nondeterminism`.
A Python library for writing nondeterministic algorithms (as in [nondeterministic Turing machines](https://en.wikipedia.org/wiki/Non-deterministic_Turing_machine), not directly related to randomised algorithms or to algorithms that just have inconsistent output due to bugs).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "Greg Hamerly"},
]
description = "A Python library for nondeterministic algorithms"
version = "3.1.0"
version = "3.1.1"
readme = "README.md"
license = {text = "LICENSE.md"}
keywords = [
Expand Down

0 comments on commit 0fb4bb7

Please sign in to comment.