diff --git a/.coverage b/.coverage new file mode 100644 index 0000000..0298e97 Binary files /dev/null and b/.coverage differ diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index fc6a0bf..a07bca5 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.dev5" +__version__ = "0.1.0.dev6" diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc index 0755541..38f9a87 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 a1ad162..38909b2 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