Skip to content

Commit b1383da

Browse files
authored
Version Bump: 0.7.1 (Minor bug fixes) (#213)
1 parent 29b171c commit b1383da

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'
25+
release = '0.7.1'
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"
3+
VERSION_STR = "0.7.1"
44

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

0 commit comments

Comments
 (0)