From 3a2aa9363a1e6e55609ed4d3eac986e18e3956ba Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Wed, 5 Jun 2024 13:48:33 -0400 Subject: [PATCH] BUMP 1.4.0 --- bindings/python/pymongoarrow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pymongoarrow/version.py b/bindings/python/pymongoarrow/version.py index f0da5a09..cdc0285b 100644 --- a/bindings/python/pymongoarrow/version.py +++ b/bindings/python/pymongoarrow/version.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.5.0.dev0" +__version__ = "1.4.0" _MIN_LIBBSON_VERSION = "1.23.1"