Skip to content

Commit

Permalink
Boosted version to 1.4.0 (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus authored Feb 17, 2024
1 parent 004fabb commit e56fc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Here is an example of how you can apply some [pixel-level](#pixel-level-transfor

## Installation

Albumentations requires Python 3.7 or higher. To install the latest version from PyPI:
Albumentations requires Python 3.8 or higher. To install the latest version from PyPI:

```bash
pip install -U albumentations
Expand Down
2 changes: 1 addition & 1 deletion albumentations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.1"
__version__ = "1.4.0"

from .augmentations import *
from .core.composition import *
Expand Down

0 comments on commit e56fc0d

Please sign in to comment.