We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070e35b commit 2452476Copy full SHA for 2452476
lbry/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.107.0"
+__version__ = "0.107.1"
2
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
0 commit comments