From 2ca5b6d209a65c5940d5b10572a473945e900fe7 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Thu, 31 Aug 2023 13:27:01 -0500 Subject: [PATCH] Increment version to catch up docs --- 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 62637eb..92b197f 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.3' +release = '1.3.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 90c0da7..600ed41 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Name of the project name = 'pyoptmat', # Version - version = '1.3.3', + version = '1.3.4', # One line-description description = "Statistical inference for material models", # README