Skip to content

Commit 8e0026b

Browse files
1.0.0
1 parent 6cfa70d commit 8e0026b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ logs/
9696
temp/
9797
lib/
9898
build/
99+
**/.DS_Store

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name='blocksparse',
7-
version='1.0.0rc0',
7+
version='1.0.0',
88
description='Tensorflow ops for blocksparse matmul, convolution and related operations.',
99
author='OpenAI',
1010
maintainer='Scott Gray',

0 commit comments

Comments
 (0)