From b6442521635918396c0a3e30970865ddab812c62 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 12 May 2025 07:49:15 -0500 Subject: [PATCH] PYTHON-5381 Prep for PyMongoCrypt 1.14 --- 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 ece884fa4..2dff9838b 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.14.0.dev0" +__version__ = "1.14.0" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0"