Skip to content

Commit cf1e840

Browse files
[AUTOMATED] Public Release - 1.0.0
1 parent 2d8350f commit cf1e840

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
@@ -12,7 +12,7 @@
1212

1313
if sys.version_info < (3, 9):
1414
raise RuntimeError("skyflow requires Python 3.9+")
15-
current_version = '1.0.0.dev0+ae2f5dc'
15+
current_version = '1.0.0'
1616

1717
HERE = os.path.abspath(os.path.dirname(__file__))
1818
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+ae2f5dc'
1+
SDK_VERSION = '1.0.0'

0 commit comments

Comments
 (0)