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 2ef2f03 commit d76ded1Copy full SHA for d76ded1
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.13.1'
+current_version = '1.14.0'
10
11
setup(
12
name='skyflow',
skyflow/version.py
@@ -1 +1 @@
1
-SDK_VERSION = '1.13.1'
+SDK_VERSION = '1.14.0'
0 commit comments