Skip to content

Commit

Permalink
Bump version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
suriya committed Apr 17, 2016
1 parent befdbc3 commit fc112c3
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.3.1',
version='0.4.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.3.1'
__version__ = '0.4.0'
from .validators import * # NOQA
from .models import * # NOQA

0 comments on commit fc112c3

Please sign in to comment.