diff --git a/.coverage b/.coverage index c0b84ac..4c4c9a8 100644 Binary files a/.coverage and b/.coverage differ diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 22765e9..fc6a0bf 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev4" +__version__ = "0.1.0.dev5" diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc index b95f3a2..0755541 100644 Binary files a/tests/__pycache__/__init__.cpython-310.pyc and b/tests/__pycache__/__init__.cpython-310.pyc differ diff --git a/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc b/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc index 0d66a79..a1ad162 100644 Binary files a/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc and b/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc differ