diff --git a/django_languageselect/__init__.py b/django_languageselect/__init__.py index a0f6658..3d96b27 100644 --- a/django_languageselect/__init__.py +++ b/django_languageselect/__init__.py @@ -1 +1 @@ -__version__ = '5.0.0' +__version__ = '5.0.1' diff --git a/setup.cfg b/setup.cfg index 7017a7a..5408dbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.0.1 commit = True tag = True