Skip to content

Commit 961ec92

Browse files
committed
Bump version -> 0.0.5
1 parent a2a62ec commit 961ec92

File tree

6 files changed

+2
-136
lines changed

6 files changed

+2
-136
lines changed

rest_api_payload.egg-info/PKG-INFO

Lines changed: 0 additions & 123 deletions
This file was deleted.

rest_api_payload.egg-info/SOURCES.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

rest_api_payload.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

rest_api_payload.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.4
3+
version = 0.0.5
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.4',
13+
version='0.0.5',
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)