From 1441c2bfc21dda8c7453a33f1d0bff95d8e3e33a Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:27:05 +0000 Subject: [PATCH] BUMP 1.10.1 Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> --- bindings/python/pymongocrypt/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pymongocrypt/version.py b/bindings/python/pymongocrypt/version.py index 133d38583..8c72fe19f 100644 --- a/bindings/python/pymongocrypt/version.py +++ b/bindings/python/pymongocrypt/version.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.11.0.dev0" +__version__ = "1.10.1" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0"