bump version ingestion-core (#2374)

This commit is contained in:
Akash Jain 2022-01-24 14:10:31 +05:30 committed by GitHub
parent a850628593
commit 71a2b0145c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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