Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
suriya committed Oct 4, 2015
1 parent e7976df commit 7ea69f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.1.0',
version='0.2.0',
packages=['xvalidate'],
include_package_data=True,
license='MIT License',
Expand Down
1 change: 1 addition & 0 deletions xvalidate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

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

0 comments on commit 7ea69f5

Please sign in to comment.