We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27962ff commit 7629cf2Copy full SHA for 7629cf2
2 files changed
lmi_sdp/__init__.py
@@ -1,6 +1,6 @@
1
"""Symbolic manipulation of robot geometric, kinematic and dynamic models."""
2
3
-__version__ = '0.2-git'
+__version__ = '1.0'
4
5
from .lm import *
6
from .lmi import *
setup.py
@@ -18,7 +18,7 @@ def read_file(name):
18
19
setup(
20
name='PyLMI-SDP',
21
- version='0.2-git',
+ version='1.0',
22
author='Cristovao D. Sousa',
23
author_email='crisjss@gmail.com',
24
description=description,
0 commit comments