We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0657e1 commit 6376a81Copy full SHA for 6376a81
MODULE.bazel
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# TODO(fchern): automate version string alignment with setup.py
16
-VERSION = "0.8.0a1"
+VERSION = "0.8.0"
17
18
module(
19
name = "array_record",
setup.py
@@ -31,7 +31,7 @@ def has_ext_modules(self):
31
32
setup(
33
name='array_record',
34
- version='0.8.0a1',
+ version='0.8.0',
35
description='A file format that achieves a new frontier of IO efficiency',
36
author='ArrayRecord team',
37
author_email='[email protected]',
0 commit comments