From 42aa39a597032608bbc0213986b31190da783e94 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Wed, 30 Aug 2023 15:49:37 -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 6715a38..62637eb 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.2' +release = '1.3.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bd7b3ee..90c0da7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Name of the project name = 'pyoptmat', # Version - version = '1.3.2', + version = '1.3.3', # One line-description description = "Statistical inference for material models", # README