diff --git a/.coverage b/.coverage new file mode 100644 index 0000000..c0b84ac 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 3df9694..bf48ff9 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.dev3' +__version__ = '0.1.0.dev4' diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..b95f3a2 Binary files /dev/null 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 new file mode 100644 index 0000000..0d66a79 Binary files /dev/null and b/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc differ