zbxcat/xcat/__init__.py

6 lines
201 B
Python
Raw Normal View History

2017-07-28 17:23:32 -07:00
"""
Xcat is an implementation of a cross-chain atomic transaction. The protocol currently support trades between Zcash and Bitcoin.
"""
version_info = (0, 1)
version = '.'.join(map(str, version_info))