diff --git a/settings.ini b/settings.ini index 1ddffdf..fe3db6e 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = that-ml-library lib_name = %(repo)s -version = 0.0.3 +version = 0.0.4 min_python = 3.7 license = apache2 black_formatting = False diff --git a/that_ml_library/__init__.py b/that_ml_library/__init__.py index 27fdca4..81f0fde 100644 --- a/that_ml_library/__init__.py +++ b/that_ml_library/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4"