From b18c4a73b497555c2d6672455eb1fd9d69201e70 Mon Sep 17 00:00:00 2001 From: Jamie Counsell Date: Wed, 7 Aug 2019 21:55:06 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_pwned_passwords/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_pwned_passwords/__init__.py b/django_pwned_passwords/__init__.py index d6497a8..fa721b4 100644 --- a/django_pwned_passwords/__init__.py +++ b/django_pwned_passwords/__init__.py @@ -1 +1 @@ -__version__ = '4.0.0' +__version__ = '4.1.0' diff --git a/setup.cfg b/setup.cfg index 6c228c7..bde8bf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.1.0 commit = True tag = True