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 8aa2871 commit 3b47b5cCopy full SHA for 3b47b5c
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.2'
+current_version = '1.15.3'
10
11
setup(
12
name='skyflow',
skyflow/version.py
@@ -1 +1 @@
1
-SDK_VERSION = '1.15.2'
+SDK_VERSION = '1.15.3'
0 commit comments