Skip to content

Commit 2cd47c3

Browse files
committed
Merge branch 'hotfix/1.0.11'
2 parents 1bffc0a + 1f09268 commit 2cd47c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

qha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
__credits__ = {'Renata M. M. Wentzcovitch': '[email protected]'}
1111
__date__ = 'Feb 17, 2018'
1212
__maintainer__ = 'Tian Qin, Qi Zhang'
13-
__version__ = '1.0.10'
13+
__version__ = '1.0.11'

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import re
66
from distutils.core import setup
77

8+
import setuptools
9+
810
# Referenced from `here <https://packaging.python.org/guides/single-sourcing-package-version/>`_.
911
here = os.path.abspath(os.path.dirname(__file__))
1012

0 commit comments

Comments
 (0)