From 2f61f5026ef7224e66dc5c78721efbed614e1cb9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 7 May 2024 16:22:34 -0400 Subject: [PATCH] pyproject.toml: bump version to 0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 673d888..cf72e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "conway-polynomials" -version = "0.9" +version = "0.10" description = "Python interface to Frank Lübeck's Conway polynomial database" readme = "README.rst" requires-python = ">=3.9"