From bbb0327cb226629e53266b0e54a4abb428792ab1 Mon Sep 17 00:00:00 2001 From: zyf722 <1124982772@qq.com> Date: Sun, 14 Jan 2024 14:34:44 +0800 Subject: [PATCH] chore: dump version to v0.1.1 --- examples/bf1chs/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bf1chs/__main__.py b/examples/bf1chs/__main__.py index 97231fb..ae87497 100644 --- a/examples/bf1chs/__main__.py +++ b/examples/bf1chs/__main__.py @@ -24,7 +24,7 @@ from flamethrower.localization import Histogram, StringsBinary -VERSION = "v0.1.0" +VERSION = "v0.1.1" PROJECT_ID = 8862 os.chdir(os.path.dirname(os.path.abspath(__file__)))