diff --git a/cohost/__version__.py b/cohost/__version__.py index ab619ce..109d59d 100644 --- a/cohost/__version__.py +++ b/cohost/__version__.py @@ -7,7 +7,7 @@ __title__ = 'cohost' __description__ = 'Unofficial Python API for Cohost.org - the fourth website!' -__version__ = '0.2.3' +__version__ = '0.2.4' __author__ = 'Val Knight' __author_email__ = 'val@valknight.xyz' __license__ = 'MIT'