Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
insung151 committed May 5, 2019
1 parent 9412d65 commit cb897c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drf_nested_serializer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

from .serializers import NestedModelSerializer
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as f:
long_description = f.read()

version = '0.0.2'
version = '0.0.3'


setup(
Expand Down

0 comments on commit cb897c4

Please sign in to comment.