diff --git a/README.md b/README.md
index 5b2f18d14d8..ca7f1637bba 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ IntelĀ® Neural Compressor
An open-source Python library supporting popular model compression techniques on all mainstream deep learning frameworks (TensorFlow, PyTorch, and ONNX Runtime)
[](https://github.com/intel/neural-compressor)
-[](https://github.com/intel/neural-compressor/releases)
+[](https://github.com/intel/neural-compressor/releases)
[](https://github.com/intel/neural-compressor/blob/master/LICENSE)
[](https://github.com/intel/neural-compressor)
[](https://pepy.tech/project/neural-compressor)
diff --git a/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt b/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt
index 23c79d8bbd3..5b726cbb2e9 100644
--- a/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt
+++ b/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt
@@ -1,4 +1,4 @@
-tensorflow==2.12
+tensorflow==2.12.1
transformers
datasets==2.17
numpy
\ No newline at end of file
diff --git a/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt b/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt
index 8e5871fe7fd..653f02fe8b3 100644
--- a/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt
+++ b/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt
@@ -1,3 +1,3 @@
tensorflow==2.15
datasets
-transformers==4.52.1
\ No newline at end of file
+transformers==4.53.0
\ No newline at end of file
diff --git a/neural_compressor/version.py b/neural_compressor/version.py
index 904cdb46e88..6f857d8faca 100644
--- a/neural_compressor/version.py
+++ b/neural_compressor/version.py
@@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""IntelĀ® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
-__version__ = "3.5"
+__version__ = "3.6"