mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
I actually did this manually to send 23.08 to Pypi a few days ago, as it's required for clnrest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 lines
56 B
Python
6 lines
56 B
Python
__version__ = "23.08"
|
|
|
|
__all__ = [
|
|
"__version__",
|
|
]
|