Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf28737

Browse files
[AUTOMATED] Public Release - 1.15.1
1 parent cad6b97 commit cf28737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
if sys.version_info < (3, 7):
88
raise RuntimeError("skyflow requires Python 3.7+")
9-
current_version = '1.15.1-dev.22e9646'
9+
current_version = '1.15.1-dev.78ca82e'
1010

1111
setup(
1212
name='skyflow',

skyflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = '1.15.1-dev.22e9646'
1+
SDK_VERSION = '1.15.1-dev.78ca82e'

0 commit comments

Comments
 (0)