python-dependency-injector/src/dependency_injector/__init__.py
Roman Mogylatov 92938b018d
Improve @containers.copy to replace subcontainer providers (#378)
* Improve @containers.copy to replace subcontainer providers

* Bump version to 4.11.1
2021-01-27 09:21:45 -05:00

8 lines
84 B
Python

"""Top-level package."""
__version__ = '4.11.1'
"""Version number.
:type: str
"""