Skip to content

Commit dfcf3ca

Browse files
authored
Version 0.5.0 (#12)
- Fix typo in readme
1 parent 49b81d0 commit dfcf3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Licensed under [GPLv3](LICENSE).
1616
To test out the library:
1717
```bash
1818
pip install connectlife
19-
python -m connectlife.dump --username <username> --pasword <password>
19+
python -m connectlife.dump --username <username> --password <password>
2020
```
2121

2222
This will log in to the ConnectLife API using the provided username and password, and print the list of all fields

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "connectlife"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
authors = [
99
{ name="Øyvind Matheson Wergeland", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)