diff --git a/pygwalker/__init__.py b/pygwalker/__init__.py index 481e5479..4ca83a53 100644 --- a/pygwalker/__init__.py +++ b/pygwalker/__init__.py @@ -8,7 +8,7 @@ from pygwalker.utils.randoms import rand_str as __rand_str from pygwalker_utils.config import get_config as __get_config -__version__ = "0.3.7a5" +__version__ = "0.3.7" __hash__ = __rand_str() from pygwalker.api.walker import walk