diff --git a/django_scrubber/__init__.py b/django_scrubber/__init__.py index 3dd44a5..ea242f6 100644 --- a/django_scrubber/__init__.py +++ b/django_scrubber/__init__.py @@ -1,7 +1,7 @@ from django.conf import settings from django.db import models -__version__ = '2.1.0' +__version__ = '2.1.1' defaults = { 'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing diff --git a/setup.cfg b/setup.cfg index a7f7d29..bca243c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = True