Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyke committed Sep 30, 2022
1 parent 733e4a8 commit 7defb0a
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.3.0'
__version__ = '0.5.0'
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.4.0"
version = "0.5.0"
description = "Python package for PME (Public Market Equivalent) calculation"
authors = ["ymyke"]
license = "MIT"
Expand Down

0 comments on commit 7defb0a

Please sign in to comment.