changing version of python .egg to 0.9.14 also
This commit is contained in:
parent
ca35b61112
commit
e58b27d1b1
|
@ -162,7 +162,7 @@ with open("README.md") as f:
|
|||
|
||||
setup(
|
||||
name='carla',
|
||||
version='0.9.13',
|
||||
version='0.9.14',
|
||||
package_dir={'': 'source'},
|
||||
packages=['carla'],
|
||||
ext_modules=get_libcarla_extensions(),
|
||||
|
|
Loading…
Reference in New Issue