Skip to content

Commit

Permalink
version bump: 0.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jobevers committed Jul 4, 2016
1 parent e35dce5 commit 794f2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbrynet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
logging.getLogger(__name__).addHandler(logging.NullHandler())
log.setLevel(logging.ERROR)

version = (0, 3, 0, 1)
version = (0, 3, 0, 2)
__version__ = ".".join([str(x) for x in version])

0 comments on commit 794f2d8

Please sign in to comment.