chore: bump version

This commit is contained in:
relikd
2024-06-27 01:51:49 +02:00
parent 539aa0fcf8
commit ce33e15a59
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store
__pycache__/
*.egg-info/
dist-env/
dist/

View File

@@ -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,