Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Sep 12, 2015
1 parent 8d1fdc9 commit 512c8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storjcore/sanitize.py
Expand Up @@ -2,7 +2,7 @@
from btctxstore import BtcTxStore


class ValidationError(Exception):
class ValidationError(ValueError):
pass


Expand Down
2 changes: 1 addition & 1 deletion storjcore/version.py
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit 512c8bd

Please sign in to comment.