Skip to content

Commit

Permalink
update to version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin committed Oct 13, 2015
1 parent e967fa3 commit 7270ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -8,13 +8,13 @@

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

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.6.zip',
download_url = 'https://github.com/brobin/drf-generators/archive/0.2.7.zip',
author='Tobin Brown',
author_email='tobin@brobin.me',

Expand All @@ -36,6 +36,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 7270ed5

Please sign in to comment.