mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Added __version__ to store the Distutils version number.
This commit is contained in:
parent
c248baecb3
commit
582a8701cb
1 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,5 @@ used from a setup script as
|
|||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__version__ = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue