Skip to content

Commit

Permalink
Bump v0.0.3 to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Mar 1, 2022
1 parent 7cff27c commit dd928eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ Change Log

0.0.3 (1/03/2022)
- Refactor codebase
- Created response file to store logics
- Created response file to store logics

0.0.4 (1/03/2022)
- Fixed ImportError
- Refactor documentation
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rest-api-payload-israelabraham
version = 0.0.3
version = 0.0.4
author = Abram 🐼
author_email = israelvictory87@gmail.com
description = A small example package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='rest_api_payload',
version='0.0.3',
version='0.0.4',
description='Industry ready custom API payload with an easy format for building Python APIs (Django/Django Rest Framework)',
long_description_content_type="text/markdown",
long_description=open('README.md').read(),
Expand Down

0 comments on commit dd928eb

Please sign in to comment.