From b6c9cc78efabfd8e902cf7b153bd9a0dc5da6cd6 Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Thu, 27 Jun 2024 15:30:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.0=20=E2=86=92=205.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_languageselect/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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