From 3c61090bdf6c7a4533b390159133fd325167c1c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <2401026+matthewgilbert@users.noreply.github.com> Date: Sat, 22 May 2021 15:21:20 +0000 Subject: [PATCH] RLS: Update version for upcoming release 0.0.1-alpha3 --- src/blp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blp/__init__.py b/src/blp/__init__.py index 1390f72..a2da231 100644 --- a/src/blp/__init__.py +++ b/src/blp/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1-alpha2" +__version__ = "0.0.1-alpha3"