Skip to content

Commit 1e47a9a

Browse files
Bump version to v0.8.6
1 parent 525b1fc commit 1e47a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge_repo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = "Nikki Ray (maintainer), Robert Chang, Dan Frank, Chetan Sharma, Matthew Wardrop"
77
8-
__version__ = "0.8.5"
8+
__version__ = "0.8.6"
99
try:
1010
with open(os.devnull, 'w') as devnull:
1111
__version__ += '_' + subprocess.check_output(['git', 'rev-parse', 'HEAD'], shell=False, stderr=devnull).decode('utf-8').replace('\n', '')

0 commit comments

Comments
 (0)