diff --git a/obfuscator/__init__.py b/obfuscator/__init__.py index e082685..96f4e2f 100644 --- a/obfuscator/__init__.py +++ b/obfuscator/__init__.py @@ -2,7 +2,7 @@ __author__ = """Oezer Sahin""" __email__ = 'os@oesah.ch' -__version__ = '0.2.0' +__version__ = '0.2.1' __url__ = 'https://github.com/oesah/django-db-obfuscator/' default_app_config = 'obfuscator.apps.ObfuscatorConfig' diff --git a/setup.cfg b/setup.cfg index df600f7..eb8c05f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True