Skip to content

Commit

Permalink
MAINT: Update version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 11, 2017
1 parent 986b677 commit 7552046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vispy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__all__ = ['use', 'sys_info', 'set_log_level', 'test']

# Definition of the version number
version_info = 0, 5, 1, # 'dev0' # major, minor, patch, extra
version_info = 0, 5, 2, # 'dev0' # major, minor, patch, extra

# Nice string for the version (mimic how IPython composes its version str)
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')
Expand Down

0 comments on commit 7552046

Please sign in to comment.