From 8adf099b4fabf520630447464dd1ce953123f2c7 Mon Sep 17 00:00:00 2001 From: Pascal Merz Date: Mon, 3 Jan 2022 17:21:03 +0100 Subject: [PATCH] Bump version after JOSS review (#204) --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index bfa519a..57f7f72 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ # General information about the project. project = 'physical_validation' -copyright = '2017-2021, Pascal T. Merz, Michael R. Shirts' +copyright = '2017-2022, Pascal T. Merz, Michael R. Shirts' author = 'Pascal T. Merz, Michael R. Shirts' # The version info for the project you're documenting, acts as replacement for @@ -67,7 +67,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = "1.0.2" +release = "1.0.3" # The short X.Y version. version = ".".join(release.split(".")[:2])