mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
New __version__ number (1.0!) -- jvr
This commit is contained in:
parent
5f740070b1
commit
afca4153a5
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# keep this (__main__) as clean as possible, since we are using
|
||||
# it like the "normal" interpreter.
|
||||
|
||||
__version__ = '1.0b3'
|
||||
__version__ = '1.0'
|
||||
|
||||
|
||||
def init():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue