zbxcat/xcat/__init__.py

6 lines
201 B
Python

"""
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))