Files
lightning/contrib/pyln-testing/pyln/testing/__init__.py
Christian Decker 657b315f1c pyln: Bump versions to v0.12.1
This is just before the introduction of `get_json_id`, but has the
correct dependency constraints such that all packages can be updated
to >=v0.12 and we don't mix minor versions.
2022-09-26 22:06:05 +02:00

6 lines
57 B
Python

__version__ = "0.12.1"
__all__ = [
"__version__",
]