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',