Skip to content
Snippets Groups Projects
Unverified Commit d988dec2 authored by Tomás Fox's avatar Tomás Fox
Browse files

Bump version to v0.8.0

parent e82b7618
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ def read(fname): ...@@ -14,7 +14,7 @@ def read(fname):
setup( setup(
name='graphene-django-optimizer', name='graphene-django-optimizer',
version='0.7.2', version='0.8.0',
author='Tomás Fox', author='Tomás Fox',
author_email='tomas.c.fox@gmail.com', author_email='tomas.c.fox@gmail.com',
description='Optimize database access inside graphene queries.', description='Optimize database access inside graphene queries.',
...@@ -36,6 +36,8 @@ setup( ...@@ -36,6 +36,8 @@ setup(
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Framework :: Django', 'Framework :: Django',
'Framework :: Django :: 1.11', 'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0', 'Framework :: Django :: 2.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment