Skip to content

Commit

Permalink
updated VERSION to 0.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 18, 2014
1 parent 31fcc9b commit 434e640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 0, 'beta')
VERSION = (0, 2, 0, 'final')
__version__ = VERSION # alias


Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ def run(self):
setup(
name='djangorestframework-gis',
version=get_version(),
url='https://github.com/djangonauts/django-rest-framework-gis',
license='BSD',
author='Douglas Meehan',
author_email='dmeehan@gmail.com',
description='Geographic add-ons for Django Rest Framework',
url='https://github.com/djangonauts/django-rest-framework-gis',
download_url='https://github.com/djangonauts/django-rest-framework-gis/releases',
platforms=['Platform Indipendent'],
keywords=['django', 'rest-framework', 'gis', 'geojson'],
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=[
"djangorestframework>=2.2.2"
Expand Down

0 comments on commit 434e640

Please sign in to comment.