diff --git a/README.md b/README.md index e0e01d3..22b2f47 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ Note that `xkpassgen` can be used with any word file of the correct format: a fi * **Version 1.0.0** * Initial Release +* **Version 1.0.1** + * Fixed license display on PyPI. + * Fixed links to license files on PyPI. ## License diff --git a/setup.py b/setup.py index 1782ec1..4acc92a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="xkpassgen", # Replace with your own username - version="1.0.0", + version="1.0.1", author="Adam Birds", author_email="adam.birds@adbwebdesigns.co.uk", description="Generate secure multiword passwords/passphrases, inspired by XKCD",