Skip to content

Commit 276856c

Browse files
committed
v0.5.0
1 parent 98f3939 commit 276856c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def parse_markdown_readme():
2929

3030
setup(
3131
name='rest-pandas',
32-
version='0.4.1',
32+
version='0.5.0',
3333
author='S. Andrew Sheppard',
3434
author_email='[email protected]',
3535
url='https://github.com/wq/django-rest-pandas',
@@ -57,6 +57,10 @@ def parse_markdown_readme():
5757
'Programming Language :: Python :: 3',
5858
'Programming Language :: Python :: 3.4',
5959
'Programming Language :: Python :: 3.5',
60+
'Framework :: Django',
61+
'Framework :: Django :: 1.8',
62+
'Framework :: Django :: 1.9',
63+
'Framework :: Django :: 1.10',
6064
'Topic :: Scientific/Engineering :: Information Analysis',
6165
'Topic :: Scientific/Engineering :: Visualization',
6266
],

0 commit comments

Comments
 (0)