Skip to content

Commit 924a162

Browse files
[AUTOMATED] Private Release 1.0.0.dev0+e897ea6
1 parent e897ea6 commit 924a162

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flowvault/setup.py

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

1212
if sys.version_info < (3, 9):
1313
raise RuntimeError("skyflow requires Python 3.9+")
14-
current_version = '1.0.0.dev0+95dd7b9'
14+
current_version = '1.0.0.dev0+e897ea6'
1515

1616
HERE = os.path.abspath(os.path.dirname(__file__))
1717
REPO_ROOT = os.path.dirname(HERE)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = '1.0.0.dev0+95dd7b9'
1+
SDK_VERSION = '1.0.0.dev0+e897ea6'

0 commit comments

Comments
 (0)