mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 16:55:06 +00:00
* WIP * Fixes #6723 GET API to get a list of functions that can be used for authoring Policy Rule conditions
12 lines
271 B
Python
12 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=13)
|
|
__all__ = ["__version__"]
|