Skip to content

Commit

Permalink
Fix package version in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellerin committed Feb 24, 2013
1 parent 21965a7 commit bee38a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose/__init__.py
Expand Up @@ -4,7 +4,7 @@
from nose.tools import with_setup

__author__ = 'Jason Pellerin'
__versioninfo__ = (1, 2, 1)
__versioninfo__ = (1, 3, 0)
__version__ = '.'.join(map(str, __versioninfo__))

__all__ = [
Expand Down

0 comments on commit bee38a2

Please sign in to comment.