From ec072724da6a63961ea646c425e49da653d0e32b Mon Sep 17 00:00:00 2001 From: Jere Lavikainen <61044352+jerela@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:24:49 +0200 Subject: [PATCH] Update setup.py version number for PyPI release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54a1727..7f40325 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # This call to setup() does all the work setup( name="mola", - version="1.0.0", + version="2.0.0", description="Matrix operations and linear algebra (mola) library without external dependencies", long_description=long_description, long_description_content_type="text/markdown",