Spaces:
Running
Running
File size: 154 Bytes
2a0bc63 |
1 2 3 4 5 6 7 |
"""
Version file.
Allows common version lookup via from dataclasses_json import __version__
"""
__version__ = "0.6.4" # replaced by git tag on deploy
|