diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 961e77b..8e853ef 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.3 +current_version = 1.4.4 commit = True tag = True diff --git a/yahoofantasy/__init__.py b/yahoofantasy/__init__.py index 09f9717..8a219ea 100644 --- a/yahoofantasy/__init__.py +++ b/yahoofantasy/__init__.py @@ -7,4 +7,4 @@ from .resources.week import Week # noqa: F401 from .stats.stat import Stat # noqa: F401 -__version__ = "1.4.3" +__version__ = "1.4.4"