From 33c0db1cdfc61989e895985b500adb39974886dd 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:17:15 +0800 Subject: [PATCH] v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1667b3d..867b498 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="pybts", - version='1.1.0', + version='1.2.0', 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',