Skip to content

Commit

Permalink
Release Version 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed Apr 28, 2021
1 parent 56d0ee3 commit f9e7a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Note that `xkcd_pass` can be used with any word file of the correct format: a fi
* Add 100% test coverage.
* **Version 1.0.5**
* Fix typo in static import causing wordfile error.
* **Version 1.0.6**
* Change package name to `xkcd_pass`.

## License

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
long_description = fh.read()

setuptools.setup(
name="xkcd_pass", # Replace with your own username
version="1.0.5",
name="xkcd_pass",
version="1.0.6",
author="Adam Birds",
author_email="adam.birds@adbwebdesigns.co.uk",
description="Generate secure multiword passwords/passphrases, inspired by XKCD",
Expand Down

0 comments on commit f9e7a97

Please sign in to comment.