diff --git a/django_scrubber/__init__.py b/django_scrubber/__init__.py index 6fc3dc5..a000012 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.1' +__version__ = '3.0.0' defaults = { 'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing diff --git a/setup.cfg b/setup.cfg index bca243c..cfb7c3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 3.0.0 commit = True tag = True