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 87118a1 commit 943b59fCopy full SHA for 943b59f
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='sympybotics',
6
-version='0.3-git',
+version='1.0',
7
author='Cristovao D. Sousa',
8
author_email='crisjss@gmail.com',
9
description='Robot dynamic symbolic model generator',
@@ -28,4 +28,4 @@
28
'Topic :: Scientific/Engineering :: Physics',
29
'Topic :: Software Development :: Code Generators',
30
],
31
-)
+)
sympybotics/__init__.py
@@ -1,6 +1,6 @@
1
"""Symbolic manipulation of robot geometric, kinematic and dynamic models."""
2
-__version__ = '0.3-git'
+__version__ = '1.0'
from .robotdef import RobotDef, q
from .geometry import Geometry
0 commit comments