We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83eec4d + 36e6c72 commit 70a5694Copy full SHA for 70a5694
setup.py
@@ -4,7 +4,7 @@
4
# drf-serializer-prefetch
5
from setuptools import find_packages, setup
6
7
-VERSION = "1.1.8"
+VERSION = "1.1.9"
8
DESCRIPTION = "An automatic prefetcher for django-rest-framework."
9
this_directory = Path(__file__).parent
10
LONG_DESCRIPTION = (this_directory / "README.md").read_text()
0 commit comments