diff --git a/common/pom.xml b/common/pom.xml
index 0f7fdfa4a92..80fae9da08c 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -18,7 +18,7 @@
platform
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
4.0.0
diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile
index 049f5b4c8da..fd2ecfa6833 100644
--- a/ingestion/Dockerfile
+++ b/ingestion/Dockerfile
@@ -61,7 +61,7 @@ RUN pip install --upgrade pip
RUN pip install "openmetadata-managed-apis==0.12.2.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.9.txt"
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]==0.12.2.4"
# remove all airflow providers except for docker
-RUN pip freeze | grep "apache-airlfow-providers" | grep -v "docker\|http" | xargs pip uninstall -y
+RUN pip freeze | grep "apache-airflow-providers" | grep -v "docker\|http" | xargs pip uninstall -y
# Uninstalling psycopg2-binary and installing psycopg2 instead
# because the psycopg2-binary generates a architecture specific error
# while authrenticating connection with the airflow, psycopg2 solves this error
diff --git a/ingestion/setup.py b/ingestion/setup.py
index ad509209476..531e70d6b5e 100644
--- a/ingestion/setup.py
+++ b/ingestion/setup.py
@@ -201,7 +201,7 @@ test = {
build_options = {"includes": ["_cffi_backend"]}
setup(
name="openmetadata-ingestion",
- version="0.13.0.dev0",
+ version="0.13.2.0.dev0",
url="https://open-metadata.org/",
author="OpenMetadata Committers",
license="Apache License 2.0",
diff --git a/openmetadata-airflow-apis/setup.py b/openmetadata-airflow-apis/setup.py
index 5aee5b0a698..2a1d5c12e48 100644
--- a/openmetadata-airflow-apis/setup.py
+++ b/openmetadata-airflow-apis/setup.py
@@ -69,7 +69,7 @@ setup(
packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]),
include_package_data=True,
package_data={PLUGIN_NAME: get_package_data()},
- version="0.13.0.dev0",
+ version="0.13.2.0.dev0",
url="https://open-metadata.org/",
author="OpenMetadata Committers",
license="Apache License 2.0",
diff --git a/openmetadata-clients/openmetadata-java-client/pom.xml b/openmetadata-clients/openmetadata-java-client/pom.xml
index 65cfc35b055..e20fefb3aeb 100644
--- a/openmetadata-clients/openmetadata-java-client/pom.xml
+++ b/openmetadata-clients/openmetadata-java-client/pom.xml
@@ -5,7 +5,7 @@
openmetadata-clients
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
4.0.0
diff --git a/openmetadata-clients/pom.xml b/openmetadata-clients/pom.xml
index 0160c33f1e1..71d9bf6d443 100644
--- a/openmetadata-clients/pom.xml
+++ b/openmetadata-clients/pom.xml
@@ -5,7 +5,7 @@
platform
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
4.0.0
diff --git a/openmetadata-dist/pom.xml b/openmetadata-dist/pom.xml
index d93e21213ff..0c43035510c 100644
--- a/openmetadata-dist/pom.xml
+++ b/openmetadata-dist/pom.xml
@@ -20,7 +20,7 @@
platform
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
openmetadata-dist
diff --git a/openmetadata-service/pom.xml b/openmetadata-service/pom.xml
index 1214293bfc1..09a9f6c1dbe 100644
--- a/openmetadata-service/pom.xml
+++ b/openmetadata-service/pom.xml
@@ -5,7 +5,7 @@
platform
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
4.0.0
openmetadata-service
diff --git a/openmetadata-spec/pom.xml b/openmetadata-spec/pom.xml
index 5f3dbef6852..04cca024358 100644
--- a/openmetadata-spec/pom.xml
+++ b/openmetadata-spec/pom.xml
@@ -5,7 +5,7 @@
platform
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
4.0.0
diff --git a/openmetadata-ui/pom.xml b/openmetadata-ui/pom.xml
index 0b5e6110e44..70c4183b19a 100644
--- a/openmetadata-ui/pom.xml
+++ b/openmetadata-ui/pom.xml
@@ -5,7 +5,7 @@
platform
org.open-metadata
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index b654bcb96b7..33a3299b26b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
based on Open Metadata Standards/APIs, supporting connectors to a wide range of data services,
OpenMetadata enables end-to-end metadata management, giving you the freedom to unlock the value of your data assets.
- 0.13.0-SNAPSHOT
+ 0.13.2-SNAPSHOT
https://github.com/open-metadata/OpenMetadata
common