diff --git a/VERSION_NUMBER b/VERSION_NUMBER
index f0bb29e763..3a3cd8cc8b 100644
--- a/VERSION_NUMBER
+++ b/VERSION_NUMBER
@@ -1 +1 @@
-1.3.0
+1.3.1
diff --git a/docs/Versioning.md b/docs/Versioning.md
index 69dac74a0e..af72de39e9 100644
--- a/docs/Versioning.md
+++ b/docs/Versioning.md
@@ -26,6 +26,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on
| ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [WinML compatibility](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)|
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
+| 1.3.1 | **1.7** down to 1.2 | 12 | 2 | 6 | -- |
| 1.3.0 | **1.7** down to 1.2 | 12 | 2 | 6 | -- |
| 1.2.0
1.1.2
1.1.1
1.1.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
diff --git a/docs/python/README.rst b/docs/python/README.rst
index 474d96993b..e850a54633 100644
--- a/docs/python/README.rst
+++ b/docs/python/README.rst
@@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime `_
or the `Github project `_.
"""
-__version__ = "1.3.0"
+__version__ = "1.3.1"
__author__ = "Microsoft"
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, set_seed, \
diff --git a/package/rpm/onnxruntime.spec b/package/rpm/onnxruntime.spec
index 8e24e6125d..ed7c8279ce 100644
--- a/package/rpm/onnxruntime.spec
+++ b/package/rpm/onnxruntime.spec
@@ -1,5 +1,5 @@
Name: onnxruntime
-Version: 1.3.0
+Version: 1.3.1
Release: 1%{?dist}
Summary: onnxruntime