From 35cbffe5e944ef4966a5a29be0f6f182edeaaa7e Mon Sep 17 00:00:00 2001 From: gaugup Date: Fri, 24 Sep 2021 15:39:05 -0700 Subject: [PATCH] Version bump 0.7.2 Signed-off-by: gaugup --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fdd545f4..c27ca5ea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Ramaravind, Amit, Chenhao' # The full version, including alpha/beta/rc tags -release = '0.7.1' +release = '0.7.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 02b701d7..a1871527 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION_STR = "0.7.1" +VERSION_STR = "0.7.2" with open("README.rst", "r") as fh: long_description = fh.read()