Skip to content

Commit 434e640

Browse files
committed
updated VERSION to 0.2 final
1 parent 31fcc9b commit 434e640

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rest_framework_gis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 2, 0, 'beta')
1+
VERSION = (0, 2, 0, 'final')
22
__version__ = VERSION # alias
33

44

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ def run(self):
1313
setup(
1414
name='djangorestframework-gis',
1515
version=get_version(),
16-
url='https://github.com/djangonauts/django-rest-framework-gis',
1716
license='BSD',
1817
author='Douglas Meehan',
1918
author_email='[email protected]',
2019
description='Geographic add-ons for Django Rest Framework',
20+
url='https://github.com/djangonauts/django-rest-framework-gis',
21+
download_url='https://github.com/djangonauts/django-rest-framework-gis/releases',
22+
platforms=['Platform Indipendent'],
23+
keywords=['django', 'rest-framework', 'gis', 'geojson'],
2124
packages=find_packages(exclude=['tests', 'tests.*']),
2225
install_requires=[
2326
"djangorestframework>=2.2.2"

0 commit comments

Comments
 (0)