Bump openmetadata-core (#2673)

* Bump openmetadata-core

* To dev=2
This commit is contained in:
Alberto Miorin 2022-02-08 11:45:20 +01:00 committed by GitHub
parent 0e73de4658
commit c9b78e9e65
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, 9, 0, dev=0)
__version__ = Version("metadata", 0, 9, 0, dev=2)
__all__ = ["__version__"]