From ce33e15a591fd8fd7b8430db8afb00af19c30d36 Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 27 Jun 2024 01:51:49 +0200 Subject: [PATCH] chore: bump version --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,