diff --git a/README.md b/README.md index 38af86b..fdcf085 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,13 @@ PELLET = { # Every query happening more times than this # is classified as a high impact performance issue "medium": 10 - }, + } + }, - # Path to a callback function which will be called - # with the request, response and - # pellet metrics object - "callback": None - } + # Path to a callback function which will be called + # with the request, response and + # pellet metrics object + "callback": None } ``` diff --git a/pyproject.toml b/pyproject.toml index 3b0d6d7..3e2fad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pellet" -version = "0.1.1" +version = "0.1.2" description = "Pellet helps improve your Django app performance by discovering N+1 queries" authors = ["Harikrishnan Shaji "] readme = "README.md"