Skip to content

Commit

Permalink
docs: Update Readme and Increase Version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed Jun 24, 2024
1 parent cca48c6 commit eed8f84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# currency-quote-wrapper: Complete solution for extracting currency pair quotes data

[![PyPI - Status](https://img.shields.io/pypi/status/currency-quote-wrapper?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote-wrapper/)
[![PyPI - Status](https://img.shields.io/pypi/status/currency-quote?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote/)

[![PyPI - Downloads](https://img.shields.io/pypi/dm/currency-quote-wrapper?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote-wrapper/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/currency-quote?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote/)

[![PyPI - Version](https://img.shields.io/pypi/v/currency-quote-wrapper?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote-wrapper/#history)
[![PyPI - Version](https://img.shields.io/pypi/v/currency-quote?style=for-the-badge&logo=pypi)](https://pypi.org/project/currency-quote/#history)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/currency-quote-wrapper?style=for-the-badge&logo=python)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/currency-quote?style=for-the-badge&logo=python)

[![CI](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/currency-quote-wrapper/CI.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&label=Tests+and+pre+build)](https://github.com/IvanildoBarauna/currency-quote-wrapper/actions/workflows/CI.yaml)
[![CD](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/currency-quote-wrapper/CD.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&event=release&label=Package+publication)](https://github.com/IvanildoBarauna/currency-quote-wrapper/actions/workflows/CD.yaml)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "currency-quote"
version = "1.0.0"
version = "1.0.1"
description = "Complete solution for extracting currency pair quotes data"
authors = ["IvanildoBarauna <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit eed8f84

Please sign in to comment.