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