Fix #4044: Service connection supportedPipelineType to be a common type

This commit is contained in:
Sriharsha Chintalapani 2022-04-11 14:22:58 -07:00
parent 8067103a1d
commit bd4bcaf876

View File

@ -7,5 +7,5 @@ Provides metadata version information.
from incremental import Version
__version__ = Version("metadata", 0, 9, 0, dev=24)
__version__ = Version("metadata", 0, 9, 0, dev=25)
__all__ = ["__version__"]