mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Change the ctypes version number to 1.0.0.
This commit is contained in:
parent
a42a662fec
commit
3b9be2ae6f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue