diff --git a/pyproject.toml b/pyproject.toml index 3dc9fe1..c1ad443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ requires-python = ">=3.10" dependencies = [ "papermill>=2.6.0", - "rich>=14.0.0", + "rich", "typer>=0.16.0", ] diff --git a/src/millrun/__init__.py b/src/millrun/__init__.py index a7f6aa3..a3c61f6 100644 --- a/src/millrun/__init__.py +++ b/src/millrun/__init__.py @@ -3,6 +3,6 @@ with papermill. """ -__version__ = "0.1.0" +__version__ = "0.1.1" from .millrun import execute_run \ No newline at end of file