From 21814bf704c2ee4416a69e17f5c5a5a50119462b Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Mon, 12 Sep 2022 09:39:32 +0100 Subject: [PATCH] chore: bump version for alpha --- hatch_nodejs_version/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_nodejs_version/_version.py b/hatch_nodejs_version/_version.py index 809a23f..3720125 100644 --- a/hatch_nodejs_version/_version.py +++ b/hatch_nodejs_version/_version.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Angus Hollands # # SPDX-License-Identifier: MIT -__version__ = "0.2.1.post2" +__version__ = "0.3.0a0"