From 31704925e379247ab7a21231f62a8020cab96a98 Mon Sep 17 00:00:00 2001 From: silviana amethyst <1388063+ofloveandhate@users.noreply.github.com> Date: Thu, 21 May 2026 16:10:08 +0200 Subject: [PATCH] version number -> 2.0.2; py version in readme --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca8d579b..417df8f8 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ pip install bertini2 Once it's installed, you `import bertini` -* Linux: Python 3.9-3.13 -* MacOS (Apple Silicon): Python 3.9-3.13 +* Linux: Python 3.9-3.14 +* MacOS (Apple Silicon): Python 3.9-3.14 * MacOS (Intel): not supported -* Windows: Python 3.9-3.11 +* Windows: Python 3.9-3.14 ## Building from source diff --git a/pyproject.toml b/pyproject.toml index 11b14c19..2d0c97ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bertini2" -version = "2.0.1" +version = "2.0.2" requires-python = ">= 3.9" readme = "README.md" dependencies = ["numpy"]