Skip to content

Commit

Permalink
Version bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffnatty committed Apr 10, 2019
1 parent a6e9a58 commit 5d796b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_pagination/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from rest_framework.pagination import BasePagination
from rest_framework.settings import import_from_string

__version__ = '0.1.1'
__version__ = '0.2.0'


class ProxyPagination(BasePagination):
Expand Down

0 comments on commit 5d796b3

Please sign in to comment.