diff --git a/setup.py b/setup.py index d8b206a..a375266 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*rnames): name='dj_anonymizer', packages=['dj_anonymizer'], include_package_data=True, - version='0.6.0-dev', + version='0.6.0', description='This project helps anonymize production database ' + 'with fake data of any kind.', long_description=(read('README.md')),