diff --git a/bindings/pymorse/setup.py b/bindings/pymorse/setup.py index a9eed91b5..05fb76ab7 100644 --- a/bindings/pymorse/setup.py +++ b/bindings/pymorse/setup.py @@ -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',