Skip to content

Commit d33c355

Browse files
author
Arnaud Degroote
committed
[pymorse] Prepare 1.3
- Mark it ok for 3.4 - Update mail for severin
1 parent 1dc8123 commit d33c355

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bindings/pymorse/setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
from distutils.core import setup
44

55
setup(name='pymorse',
6-
version='1.2.2',
6+
version='1.3'
77
license='BSD 3-clauses',
88
description='Python bindings for the Modular OpenRobots Simulation Engine (MORSE)',
99
author='Séverin Lemaignan, Pierrick Koch',
10-
author_email='severin.lemaignan@laas.fr, [email protected]',
10+
author_email='severin.lemaignan@epfl.ch, [email protected]',
1111
classifiers=[
1212
'Development Status :: 5 - Production/Stable',
1313
'License :: OSI Approved :: BSD License',
1414
'Programming Language :: Python :: 2.7',
1515
'Programming Language :: Python :: 3.2',
1616
'Programming Language :: Python :: 3.3',
17+
'Programming Language :: Python :: 3.4',
1718
'Topic :: Scientific/Engineering',
1819
],
1920
url='http://morse.openrobots.org',

0 commit comments

Comments
 (0)