Skip to content

Commit

Permalink
Bump version to v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Dec 17, 2018
1 parent 9b3f8bb commit 75635ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_repo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Nikki Ray (maintainer), Robert Chang, Dan Frank, Chetan Sharma, Matthew Wardrop"
__author_email__ = "[email protected], [email protected], [email protected], [email protected], [email protected]"
__version__ = "0.8.7"
__version__ = "0.8.8"
try:
with open(os.devnull, 'w') as devnull:
__version__ += '_' + subprocess.check_output(['git', 'rev-parse', 'HEAD'], shell=False, stderr=devnull).decode('utf-8').replace('\n', '')
Expand Down

0 comments on commit 75635ac

Please sign in to comment.