diff --git a/README.rst b/README.rst
index 9a091629..0a239207 100644
--- a/README.rst
+++ b/README.rst
@@ -93,11 +93,11 @@ If you are interested in **installing an extra target** such as ``fluent-all``:
 
    python -m pip install pyansys[fluent-all]
 
-If you are interested in **installing a specific version** such as ``2023.1.1``:
+If you are interested in **installing a specific version** such as ``2023.1.2``:
 
 .. code:: bash
 
-   python -m pip install pyansys==2023.1.1
+   python -m pip install pyansys==2023.1.2
 
 Offline mode installation
 ^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -114,7 +114,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install
 
 .. code:: bash
 
-    unzip pyansys-v2023.1.1-wheelhouse-Linux-3.7-core.zip wheelhouse
+    unzip pyansys-v2023.1.2-wheelhouse-Linux-3.7-core.zip wheelhouse
     pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
 
 If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.
diff --git a/pyproject.toml b/pyproject.toml
index 8ae456ef..332ef03e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
 [tool.poetry]
 # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
 name = "pyansys"
-version = "2023.1.1"
+version = "2023.1.2"
 description = "Pythonic interfaces to Ansys products"
 readme = "README.rst"
 license = "MIT"