소스 검색

Version bump pyassimp

Robert Spencer 7 년 전
부모
커밋
d3150eedfb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      port/PyAssimp/setup.py

+ 1 - 1
port/PyAssimp/setup.py

@@ -3,7 +3,7 @@ import os
 from distutils.core import setup
 
 setup(name='pyassimp',
-      version='3.3',
+      version='4.1.0',
       license='ISC',
       description='Python bindings for the Open Asset Import Library (ASSIMP)',
       url='https://github.com/assimp/assimp',