Browse Source

Merge branch 'master' into kimkulling-dev

Kim Kulling 6 years ago
parent
commit
d25654c8c4
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()
 
 setup(name='pyassimp',
-      version='4.1.3',
+      version='4.1.4',
       license='ISC',
       description='Python bindings for the Open Asset Import Library (ASSIMP)',
       long_description=readme(),