From 0727c321e4982446ea235cb613976b68c694b4a8 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:35:19 +0000 Subject: [PATCH] BUMP 1.13.0.dev0 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 a49034e0a..8d6c3250f 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.12.2" +__version__ = "1.13.0.dev0" _MIN_LIBMONGOCRYPT_VERSION = "1.8.0"