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