Skip to content

Commit 659317a

Browse files
matejrtf-quant-finance-robot
authored andcommitted
Bump pip package version to 0.0.1dev7
PiperOrigin-RevId: 268685010
1 parent 5d9313e commit 659317a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
with open(path.join(cwd, 'README.md'), encoding='utf-8') as f:
3535
long_description = f.read()
3636

37-
__version__ = '0.0.1dev6'
37+
__version__ = '0.0.1dev7'
3838
REQUIRED_PACKAGES = [
3939
'attrs >= 18.2.0', 'tensorflow-probability >= 0.5.0', 'numpy >= 1.13.3'
4040
]

0 commit comments

Comments
 (0)