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