diff --git a/deep_utils/__init__.py b/deep_utils/__init__.py index 6e4dced..28456bc 100644 --- a/deep_utils/__init__.py +++ b/deep_utils/__init__.py @@ -4,7 +4,7 @@ from .utils.lib_utils.integeration_utils import import_lazy_module # Deep Utils version number -__version__ = "1.3.51" +__version__ = "1.3.52" from .utils.constants import DUMMY_PATH, Backends diff --git a/setup.py b/setup.py index e468bd9..f4902cc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = "1.3.51" +VERSION = "1.3.52" long_description = open("Readme.md", mode="r", encoding="utf-8").read()