Skip to content

Commit 55741fb

Browse files
[AUTOMATED] Private Release 2.1.2.dev0+5e4b2fb
1 parent 5e4b2fb commit 55741fb

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, 9):
99
raise RuntimeError("skyflow requires Python 3.9+")
10-
current_version = '2.1.2.dev0+aee1bb9'
10+
current_version = '2.1.2.dev0+5e4b2fb'
1111

1212
with open('README.md', 'r', encoding='utf-8') as f:
1313
long_description = f.read()

skyflow/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = '2.1.2.dev0+aee1bb9'
1+
SDK_VERSION = '2.1.2.dev0+5e4b2fb'

0 commit comments

Comments
 (0)