Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Nov 26, 2019
1 parent 566d61a commit 6d33c3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion music_metadata/edi/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def fields(self):
def labels(self):
return self.get_fields().keys()

@property
def to_html(self):
classes = f'record { self.type }'
if not self.valid:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="music_metadata_edi",
version="19a3",
version="19a4",
author="Matija Kolarić",
author_email="matijakolaric@users.noreply.github.com",
description="Music Metedata - EDI-based formats",
Expand Down

0 comments on commit 6d33c3a

Please sign in to comment.