diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 86934b0..460afe6 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.dev10" +__version__ = "0.1.0.dev12" diff --git a/pyproject.toml b/pyproject.toml index 247e013..a690717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ dependencies = [ "black", "isort", "seed-isort-config", - "flake8", "pytest", "pytest-cov", "pytest-mock",