Skip to content

Commit 943b59f

Browse files
committed
Version 1.0
1 parent 87118a1 commit 943b59f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='sympybotics',
6-
version='0.3-git',
6+
version='1.0',
77
author='Cristovao D. Sousa',
88
author_email='crisjss@gmail.com',
99
description='Robot dynamic symbolic model generator',
@@ -28,4 +28,4 @@
2828
'Topic :: Scientific/Engineering :: Physics',
2929
'Topic :: Software Development :: Code Generators',
3030
],
31-
)
31+
)

sympybotics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Symbolic manipulation of robot geometric, kinematic and dynamic models."""
22

3-
__version__ = '0.3-git'
3+
__version__ = '1.0'
44

55
from .robotdef import RobotDef, q
66
from .geometry import Geometry

0 commit comments

Comments
 (0)