From 116fef4959994e22bf2a7c148e1a3d728bcd6548 Mon Sep 17 00:00:00 2001 From: Matt Wheeler Date: Fri, 22 Nov 2024 11:49:33 +0000 Subject: [PATCH] Update version to 2.0.3 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e3f2997..7a8748e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -4,7 +4,7 @@ project = "PyGPE" copyright = "2024, Matt Wheeler" author = "Matt Wheeler" -release = "2.0.0" +release = "2.0.3" sys.path.insert(0, os.path.abspath("../../")) diff --git a/pyproject.toml b/pyproject.toml index d66629d..720dcdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pygpe" -version = "2.0.1" +version = "2.0.3" description = "A fast Gross-Pitaevskii equation solver for scalar, spin-1 and spin-2 BEC systems." authors = ["Matt Wheeler "] license = "MIT"