We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f5d5c commit bb8f8fcCopy full SHA for bb8f8fc
graphene_django_filter/__init__.py
@@ -1,5 +1,5 @@
1
"""Graphene-django-filter source."""
2
3
-__version__ = '0.1.0'
+__version__ = '0.2.0'
4
5
from .connection_field import DjangoFilterConnectionField
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene-django-filter"
-version = "0.1.0"
+version = "0.2.0"
description = "Advanced filters for Graphene"
authors = ["devind-team <[email protected]>"]
6
license = "MIT"
0 commit comments