Skip to content

Commit

Permalink
Merge pull request #13 from yezyilomo/operations_based_api
Browse files Browse the repository at this point in the history
Operations based api
  • Loading branch information
yezyilomo authored Sep 2, 2019
2 parents b71d20f + 604e502 commit 02f5990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ This is a collection of simple and flexible model serializer and fields for Djan


## Installing
Since the package is not officially released, for now we'll use the command below to download it from the pypi test repository

`pip install --index-url https://test.pypi.org/simple/ drf-pretty-update`
`pip install drf-pretty-update`


## Getting Started
Expand Down
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 = 'drf-pretty-update',
version = '0.1.1',
version = '0.1.2',
description = DESCRIPTION,
long_description = readme,
long_description_content_type = 'text/markdown',
Expand Down

0 comments on commit 02f5990

Please sign in to comment.