Merge pull request #3558 from lbryio/jeffreypicard-patch-1

Update __init__.py
This commit is contained in:
Lex Berezhny 2022-02-04 12:36:01 -05:00 committed by GitHub
commit cc829a7bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
__hub_url__ = (
"https://github.com/lbryio/hub/releases/download/v0.2021.12.18.1/hub"
"https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub"
)
from .node import Conductor
from .service import ConductorService