From fdd569b524dbf11e6a007c18e33866a2f5c4ae88 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 29 Sep 2011 11:05:21 +0900 Subject: [PATCH] update --- setup.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bad408..4337df7 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,11 @@ from setuptools import setup import sys name='pymeshio' -version='1.9.1' +version='1.9.2' short_description='pure python 3d model io library' long_description='''\ `pymeshio` is a package for 3d model io. +create for blender import/expoert plugin backend. Requirements ------------ @@ -23,9 +24,17 @@ Setup :: $ easy_install pymeshio + or + $ unzip pymeshio-x.x.x.zip + $ cd pymeshio-x.x.x + $ python setup.py install History ------- +1.9.2 (2011-9-29) +~~~~~~~~~~~~~~~~~~ +* add tkinter viewer sample + 1.9.1 (2011-9-23) ~~~~~~~~~~~~~~~~~~ * register pypi -- 2.11.0