forked from LBRYCommunity/lbry-sdk
Add back current_version attribute to Metadata
This commit is contained in:
parent
0dd9aa0d67
commit
92700808eb
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ def verify_name_characters(name):
|
|||
|
||||
|
||||
class Metadata(StructuredDict):
|
||||
current_version = '0.0.3'
|
||||
|
||||
def __init__(self, metadata, migrate=True, target_version=None):
|
||||
self._versions = [
|
||||
('0.0.1', metadata_schemas.VER_001, None),
|
||||
|
|
Loading…
Reference in a new issue