Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
No more pyop2-unknown
  • Loading branch information
wence- committed Sep 23, 2016
1 parent fd12764 commit dfd39b2
Show file tree
Hide file tree
Showing 6 changed files with 1,738 additions and 596 deletions.
2 changes: 1 addition & 1 deletion pyop2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
from version import __version__ as ver, __version_info__ # noqa: just expose

from ._version import get_versions
__version__ = get_versions(default={"version": ver, "full": ""})['version']
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit dfd39b2

Please sign in to comment.