We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f3939 commit 276856cCopy full SHA for 276856c
setup.py
@@ -29,7 +29,7 @@ def parse_markdown_readme():
29
30
setup(
31
name='rest-pandas',
32
- version='0.4.1',
+ version='0.5.0',
33
author='S. Andrew Sheppard',
34
author_email='[email protected]',
35
url='https://github.com/wq/django-rest-pandas',
@@ -57,6 +57,10 @@ def parse_markdown_readme():
57
'Programming Language :: Python :: 3',
58
'Programming Language :: Python :: 3.4',
59
'Programming Language :: Python :: 3.5',
60
+ 'Framework :: Django',
61
+ 'Framework :: Django :: 1.8',
62
+ 'Framework :: Django :: 1.9',
63
+ 'Framework :: Django :: 1.10',
64
'Topic :: Scientific/Engineering :: Information Analysis',
65
'Topic :: Scientific/Engineering :: Visualization',
66
],
0 commit comments