Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyke committed Mar 11, 2022
1 parent 8f7d6c7 commit 6243ed9
Show file tree
Hide file tree
Showing 3 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,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
from .pme import verbose_pme, pme, verbose_xpme, xpme
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.1.1"
version = "0.1.2"
description = "Python library 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 @@ -7,7 +7,7 @@


def test_version():
assert __version__ == "0.1.1"
assert __version__ == "0.1.2"


@pytest.mark.parametrize(
Expand Down

0 comments on commit 6243ed9

Please sign in to comment.