diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e853ef..b8f9e45 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.4 +current_version = 1.4.5 commit = True tag = True diff --git a/yahoofantasy/__init__.py b/yahoofantasy/__init__.py index 8a219ea..6929a52 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.4" +__version__ = "1.4.5"