From 251b4d5d05edd5d3432ac7eaf32bbbc68197ba94 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Mon, 4 Jan 2021 17:34:14 -0600 Subject: [PATCH] First major release --- LICENSE | 2 +- doc/sphinx/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 0093f69..aa770da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020 UChicago Argonne, LLC +Copyright 2021 UChicago Argonne, LLC All Rights Reserved diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index e94c1ce..6fc656d 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -22,7 +22,7 @@ author = 'Argonne National Laboratory' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ea738ea..7f5319c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # Name of the project name = 'srlife', # Version - version = '1.0.0-rc2', + version = '1.0.1', # One line-description description = "Evaluate the structural life of a solar receiver", # README