From bcf77009a9f44b96f8c076326f2b852e7de8fbc1 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Tue, 6 Jun 2023 14:07:46 -0400 Subject: [PATCH] Increment minor version number --- 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 6e48288..c0bee1a 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.3.0' +release = '1.3.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 717e231..68b6634 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Name of the project name = 'pyoptmat', # Version - version = '1.3.0', + version = '1.3.1', # One line-description description = "Statistical inference for material models", # README