Skip to content

Commit f9e7a97

Browse files
committed
Release Version 1.0.6.
1 parent 56d0ee3 commit f9e7a97

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Note that `xkcd_pass` can be used with any word file of the correct format: a fi
8484
* Add 100% test coverage.
8585
* **Version 1.0.5**
8686
* Fix typo in static import causing wordfile error.
87+
* **Version 1.0.6**
88+
* Change package name to `xkcd_pass`.
8789

8890
## License
8991

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="xkcd_pass", # Replace with your own username
8-
version="1.0.5",
7+
name="xkcd_pass",
8+
version="1.0.6",
99
author="Adam Birds",
1010
author_email="adam.birds@adbwebdesigns.co.uk",
1111
description="Generate secure multiword passwords/passphrases, inspired by XKCD",

0 commit comments

Comments
 (0)