From 0fb4bb760d54b74cd80c2d3f666afed66f5e40b3 Mon Sep 17 00:00:00 2001 From: "Antonio E. Porreca" Date: Mon, 16 Dec 2024 17:42:32 +0100 Subject: [PATCH] Forgot to update the README --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b362ec8..2a1fed3 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/pyproject.toml b/pyproject.toml index 71cccf9..cf6093e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [