Thanks to visit codestin.com Credit goes to github.com
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 08b535a commit ac51edfCopy full SHA for ac51edf
setup.py
@@ -7,7 +7,7 @@
7
8
if sys.version_info < (3, 8):
9
raise RuntimeError("skyflow requires Python 3.8+")
10
-current_version = '1.15.5.dev0+dab7b66'
+current_version = '1.15.8.dev0+08b535a'
11
12
setup(
13
name='skyflow',
skyflow/utils/_version.py
@@ -1 +1 @@
1
-SDK_VERSION = '1.15.5.dev0+dab7b66'
+SDK_VERSION = '1.15.8.dev0+08b535a'
0 commit comments