Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyke committed Jan 2, 2023
1 parent 80af30b commit 60d11f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0'
__version__ = '0.5.1'
from .pme import verbose_pme, pme, verbose_xpme, xpme
from .mod_tessa_pme import (
tessa_verbose_xpme,
Expand Down
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.5.0"
version = "0.5.1"
description = "Python package for PME (Public Market Equivalent) calculation"
authors = ["ymyke"]
license = "MIT"
Expand Down

0 comments on commit 60d11f4

Please sign in to comment.