From 74ecef78cb578024e0f4e741b1dcbf147e4e6ff2 Mon Sep 17 00:00:00 2001 From: Matt Dodge Date: Sat, 11 Mar 2023 09:17:29 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.0=20=E2=86=92=201.4.1?= 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 c8faad9..1af3e43 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.4.1 commit = True tag = True diff --git a/yahoofantasy/__init__.py b/yahoofantasy/__init__.py index cf9117b..70460f8 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.0" +__version__ = "1.4.1"