Skip to content

Commit

Permalink
Bump version 0.17.2rc7 --> 0.17.2rc8
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Robison <jackrobison@lbry.io>
  • Loading branch information
jackrobison committed Nov 5, 2017
1 parent 6d2148c commit 8d095ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbrynet/__init__.py
@@ -1,6 +1,6 @@
import logging

__version__ = "0.17.2rc7"
__version__ = "0.17.2rc8"
version = tuple(__version__.split('.'))

logging.getLogger(__name__).addHandler(logging.NullHandler())

0 comments on commit 8d095ab

Please sign in to comment.