From d46a99f9bcb9fdcf3ac3101e80fd7ca399eced4e Mon Sep 17 00:00:00 2001 From: Harikrishnan Shaji Date: Mon, 18 Jul 2022 01:44:12 +0530 Subject: [PATCH] Update README typo + bump version as patch --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b4a529..38af86b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ PELLET = { # Enable this if you want count and time # metrics at a query level - "query_level_metrics_enabled": False + "query_level_metrics_enabled": False, # Settings related to response headers # set by pellet diff --git a/pyproject.toml b/pyproject.toml index 663ae26..3b0d6d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pellet" -version = "0.1.0" +version = "0.1.1" description = "Pellet helps improve your Django app performance by discovering N+1 queries" authors = ["Harikrishnan Shaji "] readme = "README.md"