Skip to content

Commit

Permalink
Fix mistake in setup.py version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wd15 committed Oct 4, 2016
1 parent 7feee54 commit 9489b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _minimal_ext_cmd(cmd):
import warnings
warnings.warn("Could not run ``git describe``")
elif os.path.exists('pymks.egg-info'):
from corrcli import get_version
from pymks import get_version
version = get_version()

return version
Expand Down

0 comments on commit 9489b9a

Please sign in to comment.