mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 14:39:44 +00:00
12 lines
270 B
Python
12 lines
270 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, 12, 0, dev=0)
|
|
__all__ = ["__version__"]
|