We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dc8e0 commit f1bf086Copy full SHA for f1bf086
doc/source/conf.py
@@ -29,7 +29,7 @@
29
author = 'Junjia Liu'
30
31
# The full version, including alpha/beta/rc tags
32
-release = '0.0.2.4'
+release = '0.0.2.5'
33
34
# -- General configuration ---------------------------------------------------
35
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="rofunc",
16
- version="0.0.2.4",
+ version="0.0.2.5",
17
description='Rofunc: The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation',
18
long_description=long_description,
19
long_description_content_type='text/markdown',
0 commit comments