This commit is contained in:
Jack Robison 2019-06-18 23:41:00 -04:00
parent 9f729c29c3
commit e5e903a9bf
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -1,4 +1,4 @@
__name__ = "lbrynet" __name__ = "lbrynet"
__version__ = "0.37.4" __version__ = "0.37.5"
version = tuple(__version__.split('.')) version = tuple(__version__.split('.'))