Browse Source

[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
Séverin Lemaignan 6 years ago
parent
commit
1ac86476fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      port/PyAssimp/setup.py

+ 1 - 1
port/PyAssimp/setup.py

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