We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef5d679 + 4177668 commit 6c0935eCopy full SHA for 6c0935e
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
requires-python = ">=3.10"
10
dependencies = [
11
"papermill>=2.6.0",
12
- "rich>=14.0.0",
+ "rich",
13
"typer>=0.16.0",
14
]
15
src/millrun/__init__.py
@@ -3,6 +3,6 @@
3
with papermill.
4
"""
5
6
-__version__ = "0.1.0"
+__version__ = "0.1.1"
7
8
from .millrun import execute_run
0 commit comments