Skip to content

Commit

Permalink
bump version number for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jun 7, 2018
1 parent a97ca79 commit 75de46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegascope.py
Expand Up @@ -53,7 +53,7 @@ class BrokenPipeError(Exception): pass
from urllib.parse import urlparse
unicode = str

__version__ = "1.0.6"
__version__ = "1.0.7"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit 75de46d

Please sign in to comment.