Total Complexity | 0 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 0 |
1 | """Module for tracking the version of the library""" |
||
2 | |||
3 | 1 | __version__ = "2.7.0" |
|
4 | |||
5 | 1 | if __name__ == "__main__": |
|
6 | print(__version__) |
||
7 |