Change the ctypes version number to 1.0.0.

This commit is contained in:
Thomas Heller 2006-07-11 18:40:50 +00:00
parent a42a662fec
commit 3b9be2ae6f
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
import os as _os, sys as _sys
__version__ = "0.9.9.7"
__version__ = "1.0.0"
from _ctypes import Union, Structure, Array
from _ctypes import _Pointer