We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319c2a9 commit 4ddf33dCopy full SHA for 4ddf33d
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-raster',
5
- version='0.1.7',
+ version='0.2',
6
url='https://github.com/geodesign/django-raster',
7
author='Daniel Wiesmann',
8
author_email='[email protected]',
@@ -33,6 +33,7 @@
33
'Programming Language :: Python :: 2.7',
34
'Programming Language :: Python :: 3',
35
'Programming Language :: Python :: 3.4',
36
+ 'Programming Language :: Python :: 3.5',
37
'Topic :: Internet :: WWW/HTTP',
38
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
39
'Topic :: Scientific/Engineering :: GIS',
0 commit comments