diff --git a/pypme/__init__.py b/pypme/__init__.py index fd3b03a..75febb7 100644 --- a/pypme/__init__.py +++ b/pypme/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' from .pme import verbose_pme, pme, verbose_xpme, xpme diff --git a/pyproject.toml b/pyproject.toml index 7fd633d..09ffde0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypme" -version = "0.1.1" +version = "0.1.2" description = "Python library for PME (Public Market Equivalent) calculation" authors = ["ymyke"] license = "MIT" diff --git a/tests/test_pypme.py b/tests/test_pypme.py index 319c271..c5313a6 100644 --- a/tests/test_pypme.py +++ b/tests/test_pypme.py @@ -7,7 +7,7 @@ def test_version(): - assert __version__ == "0.1.1" + assert __version__ == "0.1.2" @pytest.mark.parametrize(