Skip to content

Commit 1a640c8

Browse files
[AUTOMATED] Public Release - 2.1.0b1
1 parent dc36c86 commit 1a640c8

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
@@ -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.0b7.dev0+b8744bb'
10+
current_version = '2.1.0b1'
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.0b7.dev0+b8744bb'
1+
SDK_VERSION = '2.1.0b1'

0 commit comments

Comments
 (0)