Skip to content

Commit 6376a81

Browse files
iindykcopybara-github
authored andcommitted
ArrayRecord 0.8.0 release.
PiperOrigin-RevId: 797435637
1 parent a0657e1 commit 6376a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.0a1"
16+
VERSION = "0.8.0"
1717

1818
module(
1919
name = "array_record",

setup.py

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

3232
setup(
3333
name='array_record',
34-
version='0.8.0a1',
34+
version='0.8.0',
3535
description='A file format that achieves a new frontier of IO efficiency',
3636
author='ArrayRecord team',
3737
author_email='[email protected]',

0 commit comments

Comments
 (0)