Skip to content

Commit 7bb6d09

Browse files
committed
0.11.0
1 parent ccb25e3 commit 7bb6d09

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/python-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
python -m pip install -r requirements.txt
23-
python -m pip install sphinx sphinx_rtd_theme
23+
python -m pip install sphinx sphinx_rtd_theme typing_extensions
2424
- name: Build docs
2525
run: |
2626
cd docs

docs/metafold.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ metafold.jobs module
3232
:members:
3333
:show-inheritance:
3434

35+
metafold.workflows module
36+
--------------------
37+
38+
.. automodule:: metafold.workflows
39+
:members:
40+
:show-inheritance:
41+
3542
metafold.client module
3643
----------------------
3744

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "metafold"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
authors = [
99
{name = "Metafold 3D", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)