From f196ccb9407aaef0f477e826daa4b64047c9a45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Mart=C3=ADn=20N=C3=BA=C3=B1ez?= <83213317+P-ict0@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:44:18 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e04d41..1787953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "AlgebraPy" -version = "1.1.0" +version = "2.0.0" description = "Simple and native python program to perform algebra operations using the most efficient algorithms." readme = "README.md" requires-python = ">=3.10"