Skip to content

Commit 104f006

Browse files
authored
Fix docs builds (#93)
1 parent bff3790 commit 104f006

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Classes
22

3-
::: di.container.Container
3+
::: di.Container
44
options:
55
show_root_heading: true
66
docstring_section_style: table
@@ -40,10 +40,9 @@
4040
show_source: false
4141
heading_level: 3
4242

43-
4443
## Functions
4544

46-
::: di.container.bind_by_type
45+
::: di.bind_by_type
4746
options:
4847
show_root_heading: true
4948
docstring_section_style: table
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "di"
3-
version = "0.75.0"
3+
version = "0.75.1"
44
description = "Dependency injection toolkit"
55
authors = ["Adrian Garcia Badaracco <adrian@adriangb.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)