Skip to content

Commit

Permalink
Update __init__.py (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 25, 2021
1 parent 247da86 commit b1e7782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmovie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ._version import __version__

except ModuleNotFoundError:
__version__ == "unknown"
__version__ = "unknown"


__all__ = ("Movie", "rotating_globe")

0 comments on commit b1e7782

Please sign in to comment.