Skip to content

Commit

Permalink
Version boosted to 1.4.12 (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Jul 26, 2024
1 parent 2af5cde commit bc42cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion albumentations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.11"
__version__ = "1.4.12"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_install_requirements(install_requires: List[str], choose_install_require
install_requires=get_install_requirements(INSTALL_REQUIRES, CHOOSE_INSTALL_REQUIRES),
extras_require={
"hub": ["huggingface_hub"],
"text": ["pillow", "nltk"]
"text": ["pillow"]
},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit bc42cc7

Please sign in to comment.