Skip to content

Commit

Permalink
New release (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipet committed Jun 10, 2023
1 parent 30deec1 commit e3b47b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/__init__.py
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = "1.3.0"
__version__ = "1.3.1"

from .augmentations import *
from .core.composition import *
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -79,6 +79,7 @@ def get_install_requirements(install_requires, choose_install_requires):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit e3b47b3

Please sign in to comment.