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