diff --git a/RELEASE.md b/RELEASE.md index 54d4a91cb..ae05a5e59 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,8 @@ -# Version 1.13.0 +# Version 1.13.1 ## Major Features and Improvements -* Fix filter query parsing for QueryLineageGraph when using queries with - aliases. -* Depends on `numpy~=1.22.0`. +* N/A ## Breaking Changes @@ -12,5 +10,4 @@ ## Deprecations -* Deprecated python 3.7 support. - +* N/A diff --git a/g3doc/get_started.md b/g3doc/get_started.md index 5e02a6e1b..813e0c652 100644 --- a/g3doc/get_started.md +++ b/g3doc/get_started.md @@ -493,6 +493,7 @@ The list of `schema_version` used in MLMD releases are: ml-metadata (MLMD) | schema_version ------------------ | -------------- +1.13.1 | 10 1.13.0 | 10 1.12.0 | 10 1.11.0 | 10 diff --git a/ml_metadata/version.py b/ml_metadata/version.py index d08418273..3ec6e513b 100644 --- a/ml_metadata/version.py +++ b/ml_metadata/version.py @@ -15,4 +15,4 @@ """Contains the version string of ML Metadata.""" # Note that setup.py uses this version. -__version__ = '1.13.0' +__version__ = '1.13.1'