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 56d0ee3 commit f9e7a97Copy full SHA for f9e7a97
README.md
@@ -84,6 +84,8 @@ Note that `xkcd_pass` can be used with any word file of the correct format: a fi
84
* Add 100% test coverage.
85
* **Version 1.0.5**
86
* Fix typo in static import causing wordfile error.
87
+* **Version 1.0.6**
88
+ * Change package name to `xkcd_pass`.
89
90
## License
91
setup.py
@@ -4,8 +4,8 @@
4
long_description = fh.read()
5
6
setuptools.setup(
7
- name="xkcd_pass", # Replace with your own username
8
- version="1.0.5",
+ name="xkcd_pass",
+ version="1.0.6",
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