Skip to content

Commit

Permalink
Release Version 1.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed Apr 27, 2021
1 parent ac33425 commit 6b01332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Note that `xkpassgen` can be used with any word file of the correct format: a fi
* Fix interactive usage.
* Fix issue where wrong wordfile wasn't being recognised.
* Add 100% test coverage.
* **Version 1.0.5**
* Fix typo in static import causing wordfile error.

## License

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="xkpassgen", # Replace with your own username
version="1.0.2",
version="1.0.5",
author="Adam Birds",
author_email="[email protected]",
description="Generate secure multiword passwords/passphrases, inspired by XKCD",
Expand Down

0 comments on commit 6b01332

Please sign in to comment.