From ead8ba15b9d7685b77c620ccb7163a5bc339a457 Mon Sep 17 00:00:00 2001 From: Ihor Indyk Date: Fri, 18 Jul 2025 11:54:02 -0700 Subject: [PATCH] ArrayRecord 0.8.0a1 pre-release. PiperOrigin-RevId: 784654644 --- MODULE.bazel | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index c131b57..a829273 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -13,7 +13,7 @@ # limitations under the License. # TODO(fchern): automate version string alignment with setup.py -VERSION = "0.7.3" +VERSION = "0.8.0a1" module( name = "array_record", diff --git a/setup.py b/setup.py index b02b9b1..79990c7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def has_ext_modules(self): setup( name='array_record', - version='0.7.3', + version='0.8.0a1', description='A file format that achieves a new frontier of IO efficiency', author='ArrayRecord team', author_email='no-reply@google.com',