Suresh Srinivas bd5ac5c67f
Fixes #6723 GET API to get a list of functions that can be used for authoring Policy Rule conditions (#6724)
* WIP

* Fixes #6723 GET API to get a list of functions that can be used for authoring Policy Rule conditions
2022-08-13 21:37:55 -07:00

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__"]