We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50e5e2 commit a5131e9Copy full SHA for a5131e9
package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<package format="3">
3
<name>urdfdom_py</name>
4
- <version>0.4.1</version>
+ <version>1.0.0</version>
5
<description>Python implementation of the URDF parser.</description>
6
7
<license>BSD</license>
setup.py
@@ -5,7 +5,7 @@
setup(
name=package_name,
8
- version='0.4.1',
+ version='1.0.0',
9
package_dir={'': 'src'},
10
packages=['urdf_parser_py', 'urdf_parser_py.xml_reflection'],
11
data_files=[
0 commit comments