Coverage for tcprocd/version.py: 100.00%

Shortcuts on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

3 statements  

1"""tcprocd version.""" 

2from __future__ import unicode_literals, print_function, absolute_import 

3 

4 

5__version__ = '0.3' 

6__release__ = '0.3'