Skip to content

Commit 9a8f5bb

Browse files
committed
Release Version 1.0.1.
1 parent e3a22dc commit 9a8f5bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Note that `xkpassgen` can be used with any word file of the correct format: a fi
7474

7575
* **Version 1.0.0**
7676
* Initial Release
77+
* **Version 1.0.1**
78+
* Fixed license display on PyPI.
79+
* Fixed links to license files on PyPI.
7780

7881
## License
7982

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="xkpassgen", # Replace with your own username
8-
version="1.0.0",
8+
version="1.0.1",
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)