diff --git a/django_enum_choices/__version__.py b/django_enum_choices/__version__.py index 4eabd0b..e835b9d 100644 --- a/django_enum_choices/__version__.py +++ b/django_enum_choices/__version__.py @@ -1 +1 @@ -__version__ = "2.1.2" +__version__ = "2.1.3" diff --git a/setup.cfg b/setup.cfg index 7a6a06e..a85ac08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.2 +current_version = 2.1.3 commit = True [bumpversion:file:django_enum_choices/__version__.py] @@ -7,3 +7,4 @@ commit = True [flake8] max-line-length = 120 exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,*/settings/*,.venv,*/e2e/* +