mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00
12 lines
262 B
Python
12 lines
262 B
Python
![]() |
"""
|
||
|
Provides metadata version information.
|
||
|
"""
|
||
|
|
||
|
# This file is auto-generated! Do not edit!
|
||
|
# Use `python -m incremental.update metadata` to change this file.
|
||
|
|
||
|
from incremental import Version
|
||
|
|
||
|
__version__ = Version("metadata", 0, 8, 0)
|
||
|
__all__ = ["__version__"]
|