Skip to content

Commit c2573bd

Browse files
Bump version to v0.8.7
1 parent 2ba1550 commit c2573bd

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.6"
8+
__version__ = "0.8.7"
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)