From f93c11e5e64b4327621abae1b4c629a99c34bbf3 Mon Sep 17 00:00:00 2001 From: Matt Dodge Date: Mon, 4 Mar 2024 21:01:11 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.3=20=E2=86=92=201.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- yahoofantasy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"