Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbannon committed Apr 9, 2015
1 parent 1b39eb8 commit c3b1329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_MAJOR = 2
_MINOR = 0
_PATCH = 'py3-3'
_PATCH = 2
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 comments on commit c3b1329

Please sign in to comment.