Skip to content

Commit dd928eb

Browse files
committed
Bump v0.0.3 to v0.0.4
1 parent 7cff27c commit dd928eb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ Change Log
1313

1414
0.0.3 (1/03/2022)
1515
- Refactor codebase
16-
- Created response file to store logics
16+
- Created response file to store logics
17+
18+
0.0.4 (1/03/2022)
19+
- Fixed ImportError
20+
- Refactor documentation

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rest-api-payload-israelabraham
3-
version = 0.0.3
3+
version = 0.0.4
44
author = Abram 🐼
55
author_email = [email protected]
66
description = A small example package

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='rest_api_payload',
13-
version='0.0.3',
13+
version='0.0.4',
1414
description='Industry ready custom API payload with an easy format for building Python APIs (Django/Django Rest Framework)',
1515
long_description_content_type="text/markdown",
1616
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)