Skip to content

Commit

Permalink
[pymorse] Prepare 1.3
Browse files Browse the repository at this point in the history
- Mark it ok for 3.4
- Update mail for severin
  • Loading branch information
Arnaud Degroote committed May 18, 2015
1 parent 1dc8123 commit d33c355
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bindings/pymorse/setup.py
Expand Up @@ -3,17 +3,18 @@
from distutils.core import setup

setup(name='pymorse',
version='1.2.2',
version='1.3'
license='BSD 3-clauses',
description='Python bindings for the Modular OpenRobots Simulation Engine (MORSE)',
author='Séverin Lemaignan, Pierrick Koch',
author_email='severin.lemaignan@laas.fr, pierrick.koch@laas.fr',
author_email='severin.lemaignan@epfl.ch, pierrick.koch@laas.fr',
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Scientific/Engineering',
],
url='http://morse.openrobots.org',
Expand Down

0 comments on commit d33c355

Please sign in to comment.