Skip to content

Commit

Permalink
Merge branch 'main' into release/23.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-bharti committed Jun 7, 2023
2 parents 592cc4a + 44a9964 commit 879dc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if sys.version_info < (3, 7):
raise RuntimeError("skyflow requires Python 3.7+")
current_version = '1.8.1'
current_version = '1.9.0'

setup(
name='skyflow',
Expand Down
2 changes: 1 addition & 1 deletion skyflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = '1.8.1'
SDK_VERSION = '1.9.0'

0 comments on commit 879dc39

Please sign in to comment.