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