Pere Miquel Brull 4116233697
Fix #3105 - ColumnValuesToMatchRegex & other fixes (#3149)
Fix #3105 - ColumnValuesToMatchRegex & other fixes (#3149)
2022-03-04 18:11:49 +01:00

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, 9, 0, dev=20)
__all__ = ["__version__"]