Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Jul 6, 2020
1 parent 059ea34 commit add1b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -10,14 +10,14 @@

setup(
name='django-mapbox-location-field',
version='1.6.0',
version='1.6.1',
packages=["mapbox_location_field"],
include_package_data=True,
license='MIT License',
description='location field with MapInput widget for picking some location',
long_description=README,
long_description_content_type="text/markdown",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.6.0.tar.gz",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.6.1.tar.gz",
url='https://github.com/Simon-the-Shark/django-mapbox-location-field',
author='Szymon Kowaliński',
author_email='simonrekin@gmail.com',
Expand Down

0 comments on commit add1b85

Please sign in to comment.