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