From f4dba757aff2e4a37ffebc95bf7bf8bb3a3fe250 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Sun, 10 Dec 2023 17:54:32 -0600 Subject: [PATCH] Release `v0.0.2` --- pystream/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystream/__init__.py b/pystream/__init__.py index 44a8a1c..935bb25 100644 --- a/pystream/__init__.py +++ b/pystream/__init__.py @@ -2,4 +2,4 @@ from .main import start # noqa: F401 from .models import config, images, ngrok # noqa: F401 -version = "0.0.1" +version = "0.0.2"