From d33c355fb838800811e269633db15c7038e1ab2c Mon Sep 17 00:00:00 2001 From: Arnaud Degroote Date: Mon, 18 May 2015 10:42:14 +0200 Subject: [PATCH] [pymorse] Prepare 1.3 - Mark it ok for 3.4 - Update mail for severin --- bindings/pymorse/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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',