A Python library for interacting and working with the Woop blockchain.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"""Provides pyhmy version information."""
|
|
|
|
# This file is auto-generated! Do not edit!
|
|
# Use `python -m incremental.update pyhmy` to change this file.
|
|
|
|
from incremental import Version
|
|
|
|
__version__ = Version( "pyhmy", 20, 5, 20 )
|
|
__all__ = [ "__version__" ]
|
|
|