diff --git a/django_scrubber/__init__.py b/django_scrubber/__init__.py index 2e9d0af..3dd44a5 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.0.0' +__version__ = '2.1.0' defaults = { 'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing diff --git a/setup.cfg b/setup.cfg index 3e919fb..a7f7d29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = True