From 8fb4450c1e98c86d204a8d3288f5e7152418cc25 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Wed, 10 May 2023 14:48:15 -0500 Subject: [PATCH] Increment version --- doc/sphinx/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index c04b224..6e48288 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -22,7 +22,7 @@ author = 'Argonne National Laboratory' # The full version, including alpha/beta/rc tags -release = '1.2.0' +release = '1.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1fb9b65..717e231 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Name of the project name = 'pyoptmat', # Version - version = '1.2.0', + version = '1.3.0', # One line-description description = "Statistical inference for material models", # README