We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bffc0a + 1f09268 commit 2cd47c3Copy full SHA for 2cd47c3
qha/__init__.py
@@ -10,4 +10,4 @@
10
__credits__ = {'Renata M. M. Wentzcovitch': '[email protected]'}
11
__date__ = 'Feb 17, 2018'
12
__maintainer__ = 'Tian Qin, Qi Zhang'
13
-__version__ = '1.0.10'
+__version__ = '1.0.11'
setup.py
@@ -5,6 +5,8 @@
5
import re
6
from distutils.core import setup
7
8
+import setuptools
9
+
# Referenced from `here <https://packaging.python.org/guides/single-sourcing-package-version/>`_.
here = os.path.abspath(os.path.dirname(__file__))
0 commit comments