Skip to content

Commit

Permalink
[AUTOMATED] Public Release - 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-bharti committed Jun 7, 2023
1 parent 8eff098 commit 44a9964
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 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 44a9964

Please sign in to comment.