Skip to content

Commit

Permalink
Fix error in setup.py, causing pip to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 4, 2013
1 parent 7dc3090 commit 7d38d5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -81,7 +81,6 @@
'vispy.app.backends',
'vispy.gloo',
'vispy.gloo.gl',
'vispy.io',
],
package_dir = {'vispy': 'vispy'},
package_data = {'vispy': ['data/*']},
Expand Down
2 changes: 1 addition & 1 deletion vispy/__init__.py
Expand Up @@ -26,7 +26,7 @@
from __future__ import print_function, division, absolute_import

# Definition of the version number
__version__ = '0.2'
__version__ = '0.2.1'


from vispy.util.event import EmitterGroup, EventEmitter, Event
Expand Down

0 comments on commit 7d38d5f

Please sign in to comment.