OSDN Git Service

fix
authorousttrue <ousttrue@gmail.com>
Wed, 12 Oct 2011 23:45:47 +0000 (08:45 +0900)
committerousttrue <ousttrue@gmail.com>
Wed, 12 Oct 2011 23:45:47 +0000 (08:45 +0900)
setup.py

index c4fe771..51077f8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ import os
 import shutil
 
 name='pymeshio'
-version='2.3.0'
+version='2.2.4'
 short_description='3d model io library for mqo, pmd, pmx, vmd and vpd'
 long_description='''\
 `pymeshio` is a package for 3d model io.
@@ -65,10 +65,10 @@ ToDo
 
 New
 -------
-2.3.0 (2011-10-13)
+2.2.4 (2011-10-13)
 ~~~~~~~~~~~~~~~~~~
+* bug fix(__init__ param)
 * fix blender-2.5 plugin for blender-2.6
-* add pmx importer
 
 '''