Skip to content

Commit

Permalink
Bump VisPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossant committed Jan 23, 2015
1 parent 608be1b commit 172a9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vispy/__init__.py
Expand Up @@ -22,7 +22,7 @@
__all__ = ['use', 'sys_info', 'set_log_level', 'test']

# Definition of the version number
version_info = 0, 3, 0, '' # major, minor, patch, extra
version_info = 0, 4, 0, 'dev' # major, minor, patch, extra

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

0 comments on commit 172a9dc

Please sign in to comment.