Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insung151 committed May 8, 2019
1 parent 3d8c840 commit e405f99
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.3'
__version__ = '0.1.0'

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.3'
version = '0.1.0'


setup(
Expand Down

0 comments on commit e405f99

Please sign in to comment.