From a43c553eda8498eff7ec1b39741431ccceea1e0b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 12 Aug 2024 12:04:23 -0500 Subject: [PATCH] BUMP 1.5.1 --- 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 49f30bc7..ffa2e3bb 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.6.0.dev0" +__version__ = "1.5.1" _MIN_LIBBSON_VERSION = "1.23.1"