diff --git a/README.md b/README.md index 401e48c..8fee17b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 8eb209c..b3f84fa 100644 --- a/setup.py +++ b/setup.py @@ -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="adam.birds@adbwebdesigns.co.uk", description="Generate secure multiword passwords/passphrases, inspired by XKCD",