Bump version to 3.19.1

This commit is contained in:
Roman Mogylatov 2020-07-01 23:17:29 -04:00
parent 4a82aa18c3
commit cc90f66dc8
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.19.1
------
- Start distributing wheels for Linux, MacOS, and Windows (thanks to
`Travis CI <https://travis-ci.org/>`_ and
`cibuildwheel <https://github.com/joerick/cibuildwheel>`_).

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.19.0'
__version__ = '3.19.1'
"""Version number that follows semantic versioning.
:type: str