changing version of python .egg to 0.9.14 also

This commit is contained in:
bernatx 2022-12-23 16:02:35 +01:00
parent ca35b61112
commit e58b27d1b1
1 changed files with 1 additions and 1 deletions

View File

@ -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(),