Skip to content

Commit 7629cf2

Browse files
committed
Version 1.0
1 parent 27962ff commit 7629cf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lmi_sdp/__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.2-git'
3+
__version__ = '1.0'
44

55
from .lm import *
66
from .lmi import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read_file(name):
1818

1919
setup(
2020
name='PyLMI-SDP',
21-
version='0.2-git',
21+
version='1.0',
2222
author='Cristovao D. Sousa',
2323
author_email='crisjss@gmail.com',
2424
description=description,

0 commit comments

Comments
 (0)