From b2008c9bcf0391eed1ec11e6a7c53173bbe68d2d Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Fri, 22 Sep 2023 11:56:44 -0500 Subject: [PATCH] Increment 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 92b197f..c7a4998 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.4' +release = '1.3.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 600ed41..72a2cc7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Name of the project name = 'pyoptmat', # Version - version = '1.3.4', + version = '1.3.5', # One line-description description = "Statistical inference for material models", # README