Skip to content

Commit

Permalink
MAINT: further version tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Sep 29, 2017
1 parent c5ee82a commit cb20b6c
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 @@ -29,7 +29,7 @@
}

version = versioneer.get_version()
_version_short = re.findall('\d+\.\d+\.\d+', VERSION)
_version_short = re.findall('\d+\.\d+\.\d+', version)
if len(_version_short) > 0:
version_short = _version_short[0]

Expand Down

0 comments on commit cb20b6c

Please sign in to comment.