Skip to content

Commit b2910a5

Browse files
committed
[AUTOMATED] Private Release 2.0.0b3.dev0+078f5f7
1 parent 078f5f7 commit b2910a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

88
if sys.version_info < (3, 8):
99
raise RuntimeError("skyflow requires Python 3.8+")
10-
current_version = '2.0.0b3'
10+
current_version = '2.0.0b3.dev0+078f5f7'
1111

1212
setup(
1313
name='skyflow',

skyflow/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = '2.0.0b3'
1+
SDK_VERSION = '2.0.0b3.dev0+078f5f7'

0 commit comments

Comments
 (0)