Skip to content

Commit

Permalink
Bump version number to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
suriya committed Oct 5, 2015
1 parent 68e7f56 commit aba50d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-xvalidate',
version='0.2.0',
version='0.3.0',
packages=['xvalidate'],
include_package_data=True,
license='MIT License',
Expand Down
2 changes: 1 addition & 1 deletion xvalidate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = '0.2.0'
__version__ = '0.3.0'
from .validators import * # NOQA
from .models import * # NOQA

0 comments on commit aba50d1

Please sign in to comment.