From 2d590cc389f9df977532011bb1001c3b3f69f4d2 Mon Sep 17 00:00:00 2001 From: gmou3 <32706872+gmou3@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:26:24 +0200 Subject: [PATCH] Update pyproject.toml - version 0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccaee24..e123826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "matroid-database" -version = "0.2" +version = "0.3" description = "Python interface to matroid database" readme = "README.rst" requires-python = ">=3.9"