Skip to content

Commit 2d771b2

Browse files
committed
bumped version number to allow pypi upload
1 parent 5d57c0d commit 2d771b2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

blocksparse/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.13.0_master'
1+
__version__ = '1.13.1_master'
22

33
from blocksparse.utils import (
44
_op_module,
@@ -109,8 +109,10 @@
109109
blocksparse_prune,
110110
clip_by_global_norm,
111111
global_norm,
112-
blocksparse_adam_op,
112+
adafactor2d_op,
113+
adafactor1d_op,
113114
adam_op,
115+
blocksparse_adam_op,
114116
)
115117

116118
from blocksparse.quantize import (

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.13.0',
7+
version='1.13.1',
88
description='Tensorflow ops for blocksparse matmul, transformer, convolution and related operations.',
99
author='OpenAI',
1010
maintainer='Scott Gray',

0 commit comments

Comments
 (0)