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

Skip to content

Commit b8b4be9

Browse files
[AUTOMATED] Public Release - 1.15.1
1 parent 90b449a commit b8b4be9

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.3514c8d'
9+
current_version = '1.15.1-dev.b6c2eac'
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.3514c8d'
1+
SDK_VERSION = '1.15.1-dev.b6c2eac'

0 commit comments

Comments
 (0)