Skip to content

Commit 065160c

Browse files
author
Niharika Ray
committed
Version bump to 0.6.11
1 parent da1873a commit 065160c

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.6.10"
8+
__version__ = "0.6.11"
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)