Skip to content

Commit cef7420

Browse files
🐛 Fix GitHub Actions shield and relax tabulate version (#117)
* 🐛 Fix GitHub Actions shield and relax tabulate version * Bump version
1 parent 3e7444b commit cef7420

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</tr>
88
<tr>
99
<td>Github Actions</td>
10-
<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>
10+
<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>
1111
<td>Coverage</td>
1212
<td><img src='https://img.shields.io/codecov/c/github/roniemartinez/amortization/branch?label=codecov&logo=codecov&style=for-the-badge' alt="CodeCov"></td>
1313
</tr>

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "amortization"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
repository = "https://github.com/roniemartinez/amortization"
55
description = "Python library for calculating amortizations and generating amortization schedules"
66
authors = ["Ronie Martinez <ronmarti18@gmail.com>"]
@@ -32,7 +32,7 @@ amortize = "amortization.amortize:main"
3232

3333
[tool.poetry.dependencies]
3434
python = "^3.7"
35-
tabulate = ">=0.8.6,<0.10.0"
35+
tabulate = "^0.9.0"
3636

3737
[tool.poetry.dev-dependencies]
3838
autoflake = "^1.7.8"

0 commit comments

Comments
 (0)