From 26ee2cf4a2c32de5ab17c29b99a36d88a34d5965 Mon Sep 17 00:00:00 2001 From: Harikrishnan Shaji Date: Mon, 18 Jul 2022 02:03:52 +0530 Subject: [PATCH] Fix README typo AGAIN + bump version as patch --- README.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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"