From 457cae25fd5c1fea2a6d8fb970e10aec675c5e4b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 18 Dec 2024 13:00:29 -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 5419685d..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.2" +__version__ = "1.7.0.dev0" _MIN_LIBBSON_VERSION = "1.23.1"