Skip to content

Commit 221171f

Browse files
[AUTOMATED] Private Release 2.1.0b1.dev0+8efd1cd
1 parent 8efd1cd commit 221171f

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

0 commit comments

Comments
 (0)