diff --git a/doc/source/conf.py b/doc/source/conf.py index ce30b61ac..115ab82a8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -29,7 +29,7 @@ author = 'Junjia Liu' # The full version, including alpha/beta/rc tags -release = '0.0.2.4' +release = '0.0.2.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 176fb9593..d1224110a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="rofunc", - version="0.0.2.4", + version="0.0.2.5", description='Rofunc: The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation', long_description=long_description, long_description_content_type='text/markdown',