From 95fc83d3c8368b2d42523cc7cbab5b024cb663b3 Mon Sep 17 00:00:00 2001 From: yutanagano <52748151+yutanagano@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:14:48 +0000 Subject: [PATCH] Update __init__.py update version to alpha 2 --- src/sceptr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sceptr/__init__.py b/src/sceptr/__init__.py index 006cd4b..82e721b 100644 --- a/src/sceptr/__init__.py +++ b/src/sceptr/__init__.py @@ -1 +1 @@ -VERSION = "1.0.0-alpha.1" +VERSION = "1.0.0-alpha.2"