Skip to content

Commit 303f184

Browse files
authoredOct 7, 2016
Merge pull request #54 from airbnb/nray_bump_version
Bump version to 0.6.4
2 parents 3a4a871 + 6c64490 commit 303f184

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
__author_email__ = "nikki.ray@airbnb.com, robert.chang@airbnb.com, dan.frank@airbnb.com, chetan.sharma@airbnb.com, matthew.wardrop@airbnb.com"
7-
__version__ = "0.6.3"
7+
__version__ = "0.6.4"
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)
Please sign in to comment.