Skip to content

Commit

Permalink
Merge pull request #54 from UBC-MDS/bumpTomlVersion
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
rorywhite200 authored Jan 19, 2024
2 parents 16536a2 + dba918e commit 393b9c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ If you have cloned the repository and want to run the tests, navigate to the roo
$ pytest
```

To show test coverage report
```bash
$ pytest --cov=passwordler --cov-report term
```

## Contributing
For information about how to contribute to this package, please review our [Contributing document](https://github.com/UBC-MDS/passwordler/blob/main/CONTRIBUTING.md). All contributors must abide by our [Code of Conduct](https://github.com/UBC-MDS/passwordler/blob/main/CONDUCT.md)

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 = "passwordler"
version = "0.0.1"
version = "1.0.0"
description = "A simple utility package for passwords"
authors = ["Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang"]
license = "MIT"
Expand Down

0 comments on commit 393b9c7

Please sign in to comment.