Skip to content

Commit

Permalink
fix VERSION entry in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Oct 8, 2023
1 parent eed1feb commit 12c04d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezcla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
TL = debug.TL

# Expose commonly used modules
__all__ = ["debug", "gh", "my_re", "system", "TL", __VERSION__]
__all__ = ["debug", "gh", "my_re", "system", "TL", "__VERSION__"]

## OLD:
## if __name__ == '__main__':
Expand Down

0 comments on commit 12c04d6

Please sign in to comment.