We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c3e2b + a029886 commit 6ccbc1bCopy full SHA for 6ccbc1b
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.1.dev0+e293647'
+current_version = '1.15.1.dev0+0165723'
11
12
setup(
13
name='skyflow',
skyflow/utils/_version.py
@@ -1 +1 @@
1
-SDK_VERSION = '1.15.1.dev0+e293647'
+SDK_VERSION = '1.15.1.dev0+0165723'
0 commit comments