Skip to content

Commit

Permalink
🐛 Fix GitHub Actions shield and relax tabulate version (#117)
Browse files Browse the repository at this point in the history
* 🐛 Fix GitHub Actions shield and relax tabulate version

* Bump version
  • Loading branch information
roniemartinez authored Dec 15, 2022
1 parent 3e7444b commit cef7420
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</tr>
<tr>
<td>Github Actions</td>
<td><img src='https://img.shields.io/github/workflow/status/roniemartinez/amortization/Python?label=actions&logo=github%20actions&style=for-the-badge' alt="Github Actions"></td>
<td><img src='https://img.shields.io/github/actions/workflow/status/roniemartinez/amortization/python.yml?branch=master&label=actions&logo=github%20actions&style=for-the-badge' alt="Github Actions"></td>
<td>Coverage</td>
<td><img src='https://img.shields.io/codecov/c/github/roniemartinez/amortization/branch?label=codecov&logo=codecov&style=for-the-badge' alt="CodeCov"></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amortization"
version = "2.2.0"
version = "2.2.1"
repository = "https://github.com/roniemartinez/amortization"
description = "Python library for calculating amortizations and generating amortization schedules"
authors = ["Ronie Martinez <[email protected]>"]
Expand Down Expand Up @@ -32,7 +32,7 @@ amortize = "amortization.amortize:main"

[tool.poetry.dependencies]
python = "^3.7"
tabulate = ">=0.8.6,<0.10.0"
tabulate = "^0.9.0"

[tool.poetry.dev-dependencies]
autoflake = "^1.7.8"
Expand Down

0 comments on commit cef7420

Please sign in to comment.