From 3c3b41c6ed1018baed3d27306f5082794c390f7b Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 17 Sep 2022 11:29:10 -0500 Subject: [PATCH] Running on patch --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 7ec8e7c..0a25dcf 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.dev11" +__version__ = "0.1.0"