From b3622d4c007b7af4f64a302283fe424b0d2fb03d Mon Sep 17 00:00:00 2001 From: chen Date: Fri, 19 Jun 2026 02:24:12 +0800 Subject: [PATCH] chore: bump to 0.2.0.dev0 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 78e951c..3be8c81 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,6 @@ """Flask app that serves the web GUI for browsing sessions.""" -__version__ = "0.1.0" +__version__ = "0.2.0.dev0" import argparse import sys