Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac51edf

Browse files
[AUTOMATED] Private Release 1.15.8.dev0+08b535a
1 parent 08b535a commit ac51edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

88
if sys.version_info < (3, 8):
99
raise RuntimeError("skyflow requires Python 3.8+")
10-
current_version = '1.15.5.dev0+dab7b66'
10+
current_version = '1.15.8.dev0+08b535a'
1111

1212
setup(
1313
name='skyflow',

skyflow/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = '1.15.5.dev0+dab7b66'
1+
SDK_VERSION = '1.15.8.dev0+08b535a'

0 commit comments

Comments
 (0)