diff --git a/requirements.txt b/requirements.txt index bb7993e..f5f02cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -thetiscore==0.1.0 \ No newline at end of file +thetiscore==0.1.1 \ No newline at end of file diff --git a/thetis/__init__.py b/thetis/__init__.py index c734dc8..c24a5ad 100644 --- a/thetis/__init__.py +++ b/thetis/__init__.py @@ -23,4 +23,4 @@ from .mlflow import thetis_mlflow name = "thetis" -__version__ = "0.1.0" +__version__ = "0.1.1"