Skip to content

Commit

Permalink
Merge pull request #591 from airbnb/bump-version-090
Browse files Browse the repository at this point in the history
Bumping version to 0.9.0
  • Loading branch information
bulam authored Jan 20, 2021
2 parents 316cacd + 2fe05de commit 02002a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions knowledge_repo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

__all__ = ['__author__', '__author_email__', '__version__', '__git_uri__', '__dependencies__', '__optional_dependencies__']

__author__ = "Erik Ritter (maintainer), Serena Jiang, John Bodley, Bill Ulammandakh, Robert Chang, Dan Frank, Chetan Sharma, Matthew Wardrop"
__author_email__ = "[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]"
__version__ = "0.8.10"
__author__ = "Erik Ritter (maintainer), Serena Jiang, John Bodley, Bill Ulammandakh, Naoya Kanai, Robert Chang, Dan Frank, Chetan Sharma, Matthew Wardrop"
__author_email__ = "[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]"
__version__ = "0.9.0"
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 02002a5

Please sign in to comment.