From 6b6422c4864ea192d7d8f1830ea7959dc0e8dc46 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 27 Jun 2022 10:01:08 -0400 Subject: [PATCH 1/2] Fix typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e189696..75276d2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ poetryup --latest --skip-exact Update dependencies in the `default` and `dev` group to their latest available version ```shell -poetryup --latest --group defaut --group dev +poetryup --latest --group default --group dev ``` Update the `foo` and `bar` dependencies to their latest available version From 856b792472955eec58780500163be3b31c918468 Mon Sep 17 00:00:00 2001 From: Mousa Zeid Baker Date: Mon, 27 Jun 2022 22:43:19 +0200 Subject: [PATCH 2/2] bump project version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e456bb2..3d04be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetryup" -version = "0.8.1" +version = "0.8.2" description = "Update dependencies and bump their version in the pyproject.toml file" authors = ["Mousa Zeid Baker"] packages = [