mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Change the ctypes version number to "1.1.0".
This commit is contained in:
parent
37e6502c25
commit
fb9d78733e
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
import os as _os, sys as _sys
|
||||
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.1.0"
|
||||
|
||||
from _ctypes import Union, Structure, Array
|
||||
from _ctypes import _Pointer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue