Skip to content

Commit 1afea06

Browse files
iindykcopybara-github
authored andcommitted
ArrayRecord 0.8.0a1 pre-release.
PiperOrigin-RevId: 783468857
1 parent 7718072 commit 1afea06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# TODO(fchern): automate version string alignment with setup.py
16-
VERSION = "0.7.3"
16+
VERSION = "0.8.0a1"
1717

1818
module(
1919
name = "array_record",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def has_ext_modules(self):
2525

2626
setup(
2727
name='array_record',
28-
version='0.7.3',
28+
version='0.8.0a1',
2929
description='A file format that achieves a new frontier of IO efficiency',
3030
author='ArrayRecord team',
3131
author_email='no-reply@google.com',

0 commit comments

Comments
 (0)