From 40b392c1574a9ff8b12654ae4da61af727ae23dd Mon Sep 17 00:00:00 2001 From: Casey McGrath Date: Mon, 29 Aug 2022 09:38:53 -0400 Subject: [PATCH] change version number --- docs/source/conf.py | 2 +- tell/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d2e4631c..21f74d87 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ copyright = '2022, Batelle Memorial Institute' author = 'Casey Burleyson, Casey McGrath' -version = 'v0.1.1' +version = 'v0.1.2' # -- General configuration --------------------------------------------------- diff --git a/tell/__init__.py b/tell/__init__.py index 0d4e2ab5..14e47569 100644 --- a/tell/__init__.py +++ b/tell/__init__.py @@ -25,4 +25,4 @@ from .visualization import * # Set the current version of TELL: -__version__ = '0.1.1' +__version__ = '0.1.2'