Skip to content

Commit

Permalink
Bump version to 1.2.0 (#1189)
Browse files Browse the repository at this point in the history
* Bump version

* Change version to 1.2.0
  • Loading branch information
Dipet committed Jun 13, 2022
1 parent 7de25d2 commit fe856c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = "1.1.0"
__version__ = "1.2.0"

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

0 comments on commit fe856c2

Please sign in to comment.