Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl authored May 4, 2021
1 parent 98159e3 commit 7468e81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

req = [
'numpy>=1.18.0',
'spatialmath-python>=0.9.2',
'spatialgeometry>=0.1.0',
'spatialmath-python>=0.9.6',
'spatialgeometry>=0.1.2',
'pgraph-python',
'scipy',
'matplotlib',
'ansitable',
'swift-sim>=0.8.1',
'swift-sim>=0.9.5',
'qpsolvers',
'rtb-data'
]
Expand Down Expand Up @@ -95,7 +95,7 @@ def package_files(directory):
setup(
name='roboticstoolbox-python',

version='0.9.1',
version='0.10.0',

description='A Python library for robotic education and research',

Expand Down

0 comments on commit 7468e81

Please sign in to comment.