Skip to content
Snippets Groups Projects
Commit 45f76e52 authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

Merge remote-tracking branch 'gh/master' into docs

parents e2b1e048 66bc0f40
Branches
Tags v0.2.3
No related merge requests found
......@@ -75,4 +75,7 @@ __all__ += io.__all__
__version__ = get_versions()['version']
__git_version__ = get_versions()['full-revisionid']
# work around if zip is downloaded from github and current version does not have a tag.
if __version__ == '0+unknown':
__version__ = __git_version__
del get_versions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment