Skip to content

Commit

Permalink
Relax tessa requirement, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyke committed Apr 3, 2023
1 parent 60d11f4 commit 298d52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pypme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.1'
__version__ = '0.5.2'
from .pme import verbose_pme, pme, verbose_xpme, xpme
from .mod_tessa_pme import (
tessa_verbose_xpme,
Expand Down
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 = "pypme"
version = "0.5.1"
version = "0.5.2"
description = "Python package for PME (Public Market Equivalent) calculation"
authors = ["ymyke"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ python = ">=3.8, <3.10"
xirr = "^0.1.8"
numpy-financial = "^1.0.0"
pandas = "^1.4.1"
tessa = "^0.5"
tessa = ">=0.5"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 298d52a

Please sign in to comment.