diff --git a/.gitignore b/.gitignore index 51c6747..ed0711d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store __pycache__/ +*.egg-info/ dist-env/ dist/ diff --git a/setup.py b/setup.py index 6f9960d..038f4b4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='django-map-location', description='Django Map-Location Field', - version='0.9', + version='0.9.1', author='relikd', license='MIT', long_description=long_description,