From 9ef4331ac2b955f15a04b841d3144a6437cc744e Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Sun, 3 Mar 2024 21:51:09 -0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ca9835..0e53fdc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="streamfy", - version="0.1.8", + version="0.2.0", author="", author_email="", description="",