diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 69e6d59..f747e51 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)\.(?P\d+))? diff --git a/src/eodash_catalog/__about__.py b/src/eodash_catalog/__about__.py index eef651f..7051234 100644 --- a/src/eodash_catalog/__about__.py +++ b/src/eodash_catalog/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Daniel Santillan # # SPDX-License-Identifier: MIT -__version__ = "0.1.3" +__version__ = "0.1.4"