Skip to content

Commit

Permalink
Update: bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Jun 28, 2023
1 parent 6585e65 commit a5258f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-response
version = 0.1
version = 0.1.1
author = Abram
author_email = israelvictory87@gmail.com
description = A go-to production API response with an easy format for building APIs with Python.
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_response",
version="0.1",
version="0.1.1",
description="A go-to production API response with an easy format for building APIs with Python.", # noqa: E501
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
Expand Down

0 comments on commit a5258f3

Please sign in to comment.