diff --git a/setup.py b/setup.py index 46ae383..22b8192 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 7): raise RuntimeError("skyflow requires Python 3.7+") -current_version = '1.15.1.dev0+ddb228b' +current_version = '1.15.1.dev0+64a3f1a' setup( name='skyflow', diff --git a/skyflow/utils/_version.py b/skyflow/utils/_version.py index 9b42e1f..743d8b1 100644 --- a/skyflow/utils/_version.py +++ b/skyflow/utils/_version.py @@ -1 +1 @@ -SDK_VERSION = '1.15.1.dev0+ddb228b' \ No newline at end of file +SDK_VERSION = '1.15.1.dev0+64a3f1a' \ No newline at end of file