Skip to content

Commit

Permalink
[AUTOMATED] Private Release 1.15.1.dev0+4336c2a
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Dec 4, 2024
1 parent 4336c2a commit 25318ea
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.15.1.dev0+69630e5'
current_version = '1.15.1.dev0+4336c2a'

setup(
name='skyflow',
Expand Down
2 changes: 1 addition & 1 deletion skyflow/utils/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = '1.15.1.dev0+69630e5'
SDK_VERSION = '1.15.1.dev0+4336c2a'

0 comments on commit 25318ea

Please sign in to comment.