Skip to content

Commit 70a5694

Browse files
authored
Merge pull request #28 from MaxDude132/MaxDude132-patch-1
Update setup.py
2 parents 83eec4d + 36e6c72 commit 70a5694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# drf-serializer-prefetch
55
from setuptools import find_packages, setup
66

7-
VERSION = "1.1.8"
7+
VERSION = "1.1.9"
88
DESCRIPTION = "An automatic prefetcher for django-rest-framework."
99
this_directory = Path(__file__).parent
1010
LONG_DESCRIPTION = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)