Update example version in installation document

This commit is contained in:
Roman Mogilatov 2017-02-28 22:28:16 +02:00
parent f751bdf0b1
commit 0bc972514a

View File

@ -12,7 +12,7 @@ framework can be installed from PyPi_:
pip install dependency_injector pip install dependency_injector
# Installing particular version: # Installing particular version:
pip install dependency-injector==3.2.2 pip install dependency-injector==3.3.2
.. note:: .. note::
Some components of *Dependency Injector* are implemented as C extension types. Some components of *Dependency Injector* are implemented as C extension types.
@ -35,7 +35,7 @@ Verification of currently installed version could be done using
>>> import dependency_injector >>> import dependency_injector
>>> dependency_injector.__version__ >>> dependency_injector.__version__
'3.2.2' '3.3.2'
.. _PyPi: https://pypi.python.org/pypi/dependency_injector .. _PyPi: https://pypi.python.org/pypi/dependency_injector
.. _GitHub: https://github.com/ets-labs/python-dependency-injector .. _GitHub: https://github.com/ets-labs/python-dependency-injector