[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 beautification
pull/2317/head
Séverin Lemaignan 2019-01-30 22:41:01 +00:00
parent e878560b4b
commit 1ac86476fe
1 changed files with 1 additions and 1 deletions

View File

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