From 5ac8128c562bf80a7e0f816ece21cc9c4f933c23 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 18:02:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0.dev2=20=E2=86=92=200.1.?= =?UTF-8?q?0.dev3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 bd2aaf0..3df9694 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.dev2' +__version__ = '0.1.0.dev3'