Pere Miquel Brull 16e82d45de
Fix #3371 - Run Profiler and Tests on a % of the data (#3424)
Fix #3371 - Run Profiler and Tests on a % of the data (#3424)
2022-03-16 06:05:59 +01:00

12 lines
269 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=0)
__all__ = ["__version__"]