mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
11 lines
271 B
Python
11 lines
271 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=20)
|
|
__all__ = ["__version__"]
|