We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a22dc commit 9a8f5bbCopy full SHA for 9a8f5bb
README.md
@@ -74,6 +74,9 @@ Note that `xkpassgen` can be used with any word file of the correct format: a fi
74
75
* **Version 1.0.0**
76
* Initial Release
77
+* **Version 1.0.1**
78
+ * Fixed license display on PyPI.
79
+ * Fixed links to license files on PyPI.
80
81
## License
82
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="xkpassgen", # Replace with your own username
8
- version="1.0.0",
+ version="1.0.1",
9
author="Adam Birds",
10
author_email="adam.birds@adbwebdesigns.co.uk",
11
description="Generate secure multiword passwords/passphrases, inspired by XKCD",
0 commit comments