diff --git a/msglm/__init__.py b/msglm/__init__.py index edb4d31..52ac8d5 100644 --- a/msglm/__init__.py +++ b/msglm/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.0.3" +__version__ = "0.0.4" from .core import * diff --git a/settings.ini b/settings.ini index 19de08d..d9d2bf7 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = msglm lib_name = msglm -version = 0.0.3 +version = 0.0.4 min_python = 3.7 license = apache2 black_formatting = False