Skip to content

Commit 51becc8

Browse files
committed
0.4.1
Automatically generated by python-semantic-release
1 parent 9589554 commit 51becc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphene_django_filter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Graphene-django-filter source."""
22

3-
__version__ = '0.4.0'
3+
__version__ = '0.4.1'
44

55
from .connection_field import AdvancedDjangoFilterConnectionField
66
from .filterset import AdvancedFilterSet

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphene-django-filter"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Advanced filters for Graphene"
55
authors = ["devind-team <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)