mirror of https://github.com/python/cpython.git
update version number
This commit is contained in:
parent
af5567f734
commit
fe6accfc36
|
@ -16,7 +16,7 @@
|
|||
# String method conversion by ESR, February 2001.
|
||||
# GET/SETACL contributed by Anthony Baxter <anthony@interlink.com.au> April 2001.
|
||||
|
||||
__version__ = "2.47"
|
||||
__version__ = "2.49"
|
||||
|
||||
import binascii, re, socket, time, random, sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue