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 .DS_Store
__pycache__/ __pycache__/
*.egg-info/
dist-env/ dist-env/
dist/ dist/

View File

@@ -6,7 +6,7 @@ with open('README.md', 'r') as f:
setuptools.setup( setuptools.setup(
name='django-map-location', name='django-map-location',
description='Django Map-Location Field', description='Django Map-Location Field',
version='0.9', version='0.9.1',
author='relikd', author='relikd',
license='MIT', license='MIT',
long_description=long_description, long_description=long_description,