Skip to content

Commit add1b85

Browse files
updated setup.py
1 parent 059ea34 commit add1b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
setup(
1212
name='django-mapbox-location-field',
13-
version='1.6.0',
13+
version='1.6.1',
1414
packages=["mapbox_location_field"],
1515
include_package_data=True,
1616
license='MIT License',
1717
description='location field with MapInput widget for picking some location',
1818
long_description=README,
1919
long_description_content_type="text/markdown",
20-
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.6.0.tar.gz",
20+
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.6.1.tar.gz",
2121
url='https://github.com/Simon-the-Shark/django-mapbox-location-field',
2222
author='Szymon Kowaliński',
2323
author_email='[email protected]',

0 commit comments

Comments
 (0)