From 7097ef68f86170e5eaa05b5792734391582d5f5b Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:23:17 -0700 Subject: [PATCH] Update __init__.py --- streamjoy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamjoy/__init__.py b/streamjoy/__init__.py index 6c812e0..41cd260 100644 --- a/streamjoy/__init__.py +++ b/streamjoy/__init__.py @@ -12,7 +12,7 @@ from .streams import GifStream, HtmlStream, Mp4Stream from .wrappers import wrap_holoviews, wrap_matplotlib -__version__ = "0.0.8" +__version__ = "0.0.9" __all__ = [ "GifStream",