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 cad6b97 commit cf28737Copy full SHA for cf28737
setup.py
@@ -6,7 +6,7 @@
6
7
if sys.version_info < (3, 7):
8
raise RuntimeError("skyflow requires Python 3.7+")
9
-current_version = '1.15.1-dev.22e9646'
+current_version = '1.15.1-dev.78ca82e'
10
11
setup(
12
name='skyflow',
skyflow/version.py
@@ -1 +1 @@
1
-SDK_VERSION = '1.15.1-dev.22e9646'
+SDK_VERSION = '1.15.1-dev.78ca82e'
0 commit comments