Skip to content

Commit

Permalink
Boost up version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd4e committed Mar 28, 2023
1 parent 7b814cd commit 3ba4a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyedid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'parse_edid'
)

__version__ = '1.0.1'
__version__ = '1.0.2'


def parse_edid(raw: Union[bytes, str], registry: Registry = DEFAULT_REGISTRY) -> Edid:
Expand Down

0 comments on commit 3ba4a12

Please sign in to comment.