Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyke committed Jun 27, 2023
1 parent e1e3d6a commit 82a654f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "pypme"
version = "0.6.0"
version = "0.6.1"
description = "Python package for PME (Public Market Equivalent) calculation"
authors = ["ymyke"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pypme.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from hypothesis import given, strategies as st, settings, Verbosity
import pandas as pd
from xirr.math import xnpv
from pypme import __version__, verbose_pme, pme, verbose_xpme, xpme
from pypme import verbose_pme, pme, verbose_xpme, xpme


@pytest.mark.parametrize(
Expand Down

0 comments on commit 82a654f

Please sign in to comment.