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