OSDN Git Service

update version
authorousttrue <ousttrue@gmail.com>
Sun, 22 May 2011 10:37:25 +0000 (19:37 +0900)
committerousttrue <ousttrue@gmail.com>
Sun, 22 May 2011 10:37:25 +0000 (19:37 +0900)
README.txt
setup.py

index 48d6ad3..afbcd09 100644 (file)
@@ -19,6 +19,10 @@ Import-Exportの中から"meshio. (.pmd)(.mqo)"を探して右のチェックボ
 更新履歴
 ========
 
+20110522 1.8.2
+--------------
+python3向けの修正。
+
 20110521 1.8.1
 --------------
 fix io_utils -> bpy_extras.io_utils
index ecb5c60..42b0a4d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 setup(
         name='pymeshio',
-        version='1.8.1',
+        version='1.8.2',
         description='pure python 3d model io library',
         keywords=[],
         author='ousttrue',