From 1c0df47a3b22a8c78a50d45df18b5a4a8df3be14 Mon Sep 17 00:00:00 2001 From: thevickypedia Date: Sun, 3 Dec 2023 21:27:28 -0600 Subject: [PATCH] Release `v0.0.1a` --- pystream/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystream/__init__.py b/pystream/__init__.py index fee9b84..d569acc 100644 --- a/pystream/__init__.py +++ b/pystream/__init__.py @@ -1,3 +1,3 @@ -version = "0.0.1" +version = "0.0.1a" from .main import start # noqa: F401