Skip to content

Commit 450db9d

Browse files
[AUTOMATED] Public Release - 1.15.4
1 parent f895680 commit 450db9d

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.3'
9+
current_version = '1.15.4'
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.3'
1+
SDK_VERSION = '1.15.4'

0 commit comments

Comments
 (0)