mirror of
https://github.com/python/cpython.git
synced 2025-09-17 14:16:02 +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
|
# keep this (__main__) as clean as possible, since we are using
|
||||||
# it like the "normal" interpreter.
|
# it like the "normal" interpreter.
|
||||||
|
|
||||||
__version__ = '1.0b3'
|
__version__ = '1.0'
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue