From ce370530c1c37b81bcfa2815a41fc84f48533d46 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 4 Nov 2024 08:02:50 -0600 Subject: [PATCH] BUMP 1.7.0.dev0 --- 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 ccf5100a..31550a16 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" +__version__ = "1.7.0.dev0" _MIN_LIBBSON_VERSION = "1.23.1"