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 90b449a commit b8b4be9Copy full SHA for b8b4be9
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.3514c8d'
+current_version = '1.15.1-dev.b6c2eac'
10
11
setup(
12
name='skyflow',
skyflow/version.py
@@ -1 +1 @@
1
-SDK_VERSION = '1.15.1-dev.3514c8d'
+SDK_VERSION = '1.15.1-dev.b6c2eac'
0 commit comments