Skip to content

Commit

Permalink
Revert "Bump version: 0.9.0rc17 → 0.9.1rc0"
Browse files Browse the repository at this point in the history
This reverts commit a440656.
  • Loading branch information
lyoshenka committed Mar 13, 2017
1 parent a440656 commit 28e662a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1rc0
current_version = 0.9.0rc17
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion lbrynet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "0.9.1rc0"
__version__ = "0.9.0rc17"
version = tuple(__version__.split('.'))

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

0 comments on commit 28e662a

Please sign in to comment.