Skip to content

Commit

Permalink
Boosted version 1.4.9 (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Jun 18, 2024
1 parent 834268b commit 03b3a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions albumentations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.4.8"
__version__ = "1.4.9"

import os

Expand All @@ -12,4 +12,3 @@
# Perform the version check after all other initializations
if os.getenv("NO_ALBUMENTATIONS_UPDATE", "").lower() not in {"true", "1"}:
check_for_updates()
check_for_updates()

0 comments on commit 03b3a3c

Please sign in to comment.