Update of /cvsroot/ctypes/ctypes/ctypes
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4857
Modified Files:
__init__.py
Log Message:
Change version to 0.9.9.7.
Index: __init__.py
===================================================================
RCS file: /cvsroot/ctypes/ctypes/ctypes/__init__.py,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** __init__.py 12 May 2006 20:26:04 -0000 1.89
--- __init__.py 19 May 2006 20:06:36 -0000 1.90
***************
*** 12,16 ****
del _magicfile
! __version__ = "0.9.9.6"
from _ctypes import Union, Structure, Array
--- 12,16 ----
del _magicfile
! __version__ = "0.9.9.7"
from _ctypes import Union, Structure, Array
|