[pyassimp] Bumped to 4.1.4
Main changes: - Support for metadata fields (Vincent Fazio, Wojciech Matyjewicz) - added support for aiExportSceneToBlob (Vincent Fazio) - a few bug fix + code beautificationpull/2317/head
parent
e878560b4b
commit
1ac86476fe
|
@ -8,7 +8,7 @@ def readme():
|
||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
setup(name='pyassimp',
|
setup(name='pyassimp',
|
||||||
version='4.1.3',
|
version='4.1.4',
|
||||||
license='ISC',
|
license='ISC',
|
||||||
description='Python bindings for the Open Asset Import Library (ASSIMP)',
|
description='Python bindings for the Open Asset Import Library (ASSIMP)',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
|
|
Loading…
Reference in New Issue