mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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.
6 lines
57 B
Python
6 lines
57 B
Python
__version__ = "0.12.1"
|
|
|
|
__all__ = [
|
|
"__version__",
|
|
]
|