We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b6b73 commit 367ce82Copy full SHA for 367ce82
knowledge_repo/_version.py
@@ -4,7 +4,7 @@
4
5
__author__ = "Nikki Ray (maintainer), Robert Chang, Dan Frank, Chetan Sharma, Matthew Wardrop"
6
__author_email__ = "[email protected], [email protected], [email protected], [email protected], [email protected]"
7
-__version__ = "0.6.6"
+__version__ = "0.6.7"
8
try:
9
with open(os.devnull, 'w') as devnull:
10
__version__ += '_' + subprocess.check_output(['git', 'rev-parse', 'HEAD'], shell=False, stderr=devnull).decode('utf-8').replace('\n', '')
0 commit comments