Skip to content

Commit

Permalink
Version 0.5.0 (#12)
Browse files Browse the repository at this point in the history
- Fix typo in readme
  • Loading branch information
oyvindwe authored Jul 14, 2024
1 parent 49b81d0 commit dfcf3ca
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 @@ -16,7 +16,7 @@ Licensed under [GPLv3](LICENSE).
To test out the library:
```bash
pip install connectlife
python -m connectlife.dump --username <username> --pasword <password>
python -m connectlife.dump --username <username> --password <password>
```

This will log in to the ConnectLife API using the provided username and password, and print the list of all fields
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "connectlife"
version = "0.4.0"
version = "0.5.0"
authors = [
{ name="Øyvind Matheson Wergeland", email="[email protected]" },
]
Expand Down

0 comments on commit dfcf3ca

Please sign in to comment.