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 May 11, 2020
1 parent 539ccf7 commit 8ba5c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

setup(
name='django-mapbox-location-field',
version='1.4.0',
version='1.5.0',
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.4.0.tar.gz",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.5.0.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 8ba5c32

Please sign in to comment.