Skip to content

Commit

Permalink
bump version and remove old py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin committed Feb 5, 2016
1 parent 0a0d3aa commit 2e36d92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

setup(
name='drf-generators',
version='0.2.7',
version='0.2.8',

description='Generate DRF Serializers, Views, and urls for your API aplication.',
long_description=README,

url='https://github.com/brobin/drf-generators',
download_url = 'https://github.com/brobin/drf-generators/archive/0.2.7.zip',
download_url = 'https://github.com/brobin/drf-generators/archive/0.2.8.zip',
author='Tobin Brown',
author_email='[email protected]',

Expand All @@ -28,13 +28,12 @@
'Environment :: Web Environment',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 2e36d92

Please sign in to comment.