Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsousa committed Aug 21, 2014
1 parent 87118a1 commit 943b59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='sympybotics',
version='0.3-git',
version='1.0',
author='Cristovao D. Sousa',
author_email='crisjss@gmail.com',
description='Robot dynamic symbolic model generator',
Expand All @@ -28,4 +28,4 @@
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Software Development :: Code Generators',
],
)
)
2 changes: 1 addition & 1 deletion sympybotics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Symbolic manipulation of robot geometric, kinematic and dynamic models."""

__version__ = '0.3-git'
__version__ = '1.0'

from .robotdef import RobotDef, q
from .geometry import Geometry
Expand Down

0 comments on commit 943b59f

Please sign in to comment.