From b1383da56d4e5f97a7f1bb41f3dc4d8177dbf472 Mon Sep 17 00:00:00 2001 From: Amit Sharma Date: Tue, 24 Aug 2021 12:21:17 +0530 Subject: [PATCH] Version Bump: 0.7.1 (Minor bug fixes) (#213) --- 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 0b187972..fdd545f4 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' +release = '0.7.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c631a428..02b701d7 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION_STR = "0.7" +VERSION_STR = "0.7.1" with open("README.rst", "r") as fh: long_description = fh.read()