diff --git a/designer2/__init__.py b/designer2/__init__.py
index 05d98fc..0af42eb 100755
--- a/designer2/__init__.py
+++ b/designer2/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2.0.7"
+__version__ = "2.0.10"
import lib.tensor as tensor
import lib.mpcomplex as mpcomplex
diff --git a/docs/docs/designer/installation.md b/docs/docs/designer/installation.md
index 8c3fee8..d851b44 100644
--- a/docs/docs/designer/installation.md
+++ b/docs/docs/designer/installation.md
@@ -19,7 +19,7 @@ nav_order: 3
## Running DESIGNER v2 using Docker (most convenient)
We provide convenient docker images to quickly get started with Designer without the need to install and its dependencies. The latest version will be published on [Docker Hub](https://hub.docker.com/repository/docker/nyudiffusionmri/designer2/general).
-Official versions will be tagged (nyudiffusionmri/designer2:\; latest tag is v2.0.9), while we also maintain images following our main development branch (nyudiffusionmri/designer2:main). See [Docker Hub](https://hub.docker.com/repository/docker/nyudiffusionmri/designer2/tags?page=1&ordering=last_updated) for an overview of all releases.
+Official versions will be tagged (nyudiffusionmri/designer2:\; latest tag is v2.0.10), while we also maintain images following our main development branch (nyudiffusionmri/designer2:main). See [Docker Hub](https://hub.docker.com/repository/docker/nyudiffusionmri/designer2/tags?page=1&ordering=last_updated) for an overview of all releases.
To get started, install [Docker Desktop](https://www.docker.com/products/docker-desktop/) on your machine. If you are using an Apple Silicon device, navigate to the Docker app's general settings and enable the "Use Rosetta for x86/amd64 emulation on Apple Silicon" option for compatibility. We recommend setting the memory limit to at least 15GB for optimal performance.
diff --git a/lib/__init__.py b/lib/__init__.py
index 6ff6d62..49874f7 100644
--- a/lib/__init__.py
+++ b/lib/__init__.py
@@ -1 +1 @@
-__version__ = "2.0.7"
\ No newline at end of file
+__version__ = "2.0.10"
\ No newline at end of file
diff --git a/rpg_cpp/unring_rpg_pybind.cpp b/rpg_cpp/unring_rpg_pybind.cpp
index 162d7ed..2749461 100644
--- a/rpg_cpp/unring_rpg_pybind.cpp
+++ b/rpg_cpp/unring_rpg_pybind.cpp
@@ -48,7 +48,6 @@
// Core functions by Elias Kellner ("unring_1D","unring_2d","Unring"),
// and Hong Hsi Lee ("unring_2d_y","unring_2d_y_2" + Partial Fourier strategy )
// Adapted to command line instruction by Ricardo Coronado-Leija 13-Feb-2023
-// Added pybind11 support and multithreading by Ben
#include
#include