Skip to content

Commit 27f735c

Browse files
authored
Merge pull request #233 from interpretml/gaugup/Releasev0.7.2
Version bump 0.7.2 (Minor bug fixes)
2 parents 74c3f8b + 35cbffe commit 27f735c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Ramaravind, Amit, Chenhao'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.7.1'
25+
release = '0.7.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
VERSION_STR = "0.7.1"
3+
VERSION_STR = "0.7.2"
44

55
with open("README.rst", "r") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)