Skip to content

Commit 6c0935e

Browse files
Merge pull request #1 from StructuralPython/releases/v0.1.1
Update pyproject.toml
2 parents ef5d679 + 4177668 commit 6c0935e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"papermill>=2.6.0",
12-
"rich>=14.0.0",
12+
"rich",
1313
"typer>=0.16.0",
1414
]
1515

src/millrun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
with papermill.
44
"""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.1.1"
77

88
from .millrun import execute_run

0 commit comments

Comments
 (0)