Skip to content

Commit ba58e98

Browse files
[AUTOMATED] Private Release 2.1.0b1.dev0+f4e1cfd
1 parent f4e1cfd commit ba58e98

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'
9+
current_version = '2.1.0b1-dev.f4e1cfd'
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'
1+
SDK_VERSION = '2.1.0b1-dev.f4e1cfd'

0 commit comments

Comments
 (0)