From f061a009a256ab073b787ec8ab39ebc052d14667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=A5?= <785271992@qq.com> Date: Mon, 1 Apr 2024 21:55:41 +0800 Subject: [PATCH] v1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 867b498..e6b4d78 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="pybts", - version='1.2.0', + version='1.2.1', description="pybts is a Python library for creating, managing, and visualizing behavior trees. It supports loading and exporting behavior trees from JSON and XML files, enables real-time visualization of execution processes, and allows for analysis of historical data", long_description=long_description, long_description_content_type='text/markdown',