This website requires JavaScript.
Explore
Help
Register
Sign in
Madiator2011
/
lbry-sdk
Watch
1
Star
0
Fork
You've already forked lbry-sdk
0
forked from
LBRYCommunity/lbry-sdk
Code
Pull requests
Activity
5a578d6d79
lbry-sdk
/
lbrynet
/
__init__.py
2 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Bump version: 0.4.3 → 0.4.4
2016-09-09 10:12:42 +02:00
__version__
=
"
0.4.4
"
check every 30 minutes for a new ui version -previously the check for a new ui version was only at startup, which resulted in bugs persisting after they’d been fixed -add option to skip requirements check -try to load an existing ui if it can’t be obtained from github
2016-07-06 07:27:25 +02:00
version
=
tuple
(
__version__
.
split
(
'
.
'
)
)
Copy permalink