From e3b47b3a127f92541cfeb16abbb44a6f8bf79cc8 Mon Sep 17 00:00:00 2001
From: Mikhail Druzhinin <dipetm@gmail.com>
Date: Sat, 10 Jun 2023 10:12:14 +0300
Subject: [PATCH] New release (#1460)

---
 albumentations/__init__.py | 2 +-
 setup.py                   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/albumentations/__init__.py b/albumentations/__init__.py
index 6b5de88eb..7e9d0b803 100644
--- a/albumentations/__init__.py
+++ b/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 *
diff --git a/setup.py b/setup.py
index 6ec9ec801..2ee475989 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
     ],