Skip to content

biocore/verman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verman

Python module version information

This module provides a light object for describing package version information. It is expected that this object will be imported by the top level __init__.py. For instance:

from verman import Version
verman_version = Version('verman', 1, 1, init_file=__file__)
__version__ = verman_version.mmm

About

Python module version information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages