[pyassimp] Set version number to match Assimp's

pull/1113/head
Séverin Lemaignan 2016-12-15 16:54:34 +00:00
parent 9aee9d6966
commit 3a43e0082a
1 changed files with 1 additions and 1 deletions

View File

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