Skip to content

Commit 367ce82

Browse files
author
Matthew Wardrop
committed
Version bump to 0.6.7.
1 parent 71b6b73 commit 367ce82

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
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)