Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from johnthagen/patch-1
Browse files Browse the repository at this point in the history
Fix typo in example
  • Loading branch information
MousaZeidBaker authored Jun 27, 2022
2 parents 1ce2094 + 856b792 commit fbcc3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit fbcc3cf

Please sign in to comment.