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
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
1"""tcprocd version."""
2from __future__ import unicode_literals, print_function, absolute_import
5__version__ = '0.3'
6__release__ = '0.3'