fix comment
This commit is contained in:
parent
998f9d4bc4
commit
971326e1bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ __all__ = ['__version__', 'get_version']
|
|||
|
||||
version_info = (0, 0, 1, 'a', 0)
|
||||
# format: ('major', 'minor', 'micro', 'releaselevel', 'serial')
|
||||
# __version__ format compatible with ditutils2.version.NormalizedVersion
|
||||
# __version__ format compatible with distutils2.version.NormalizedVersion
|
||||
|
||||
|
||||
def get_version():
|
||||
|
|
Reference in a new issue