From: louisabraham Date: Fri, 7 Dec 2018 15:08:15 +0000 (+0100) Subject: update documentation X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=6b2080b5185a725c4c2da2061353a129c3d1b8c4;p=gamesguru%2Fffpass.git update documentation --- diff --git a/README.md b/README.md index 4e7c6fe..03af4e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +[![Downloads](https://pepy.tech/badge/ffpass)](https://pepy.tech/project/ffpass) # ffpass - Import and Export passwords for Firefox Quantum diff --git a/README.rst b/README.rst index c849302..6e0d2ca 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +|Downloads| + ffpass - Import and Export passwords for Firefox Quantum ======================================================== @@ -151,3 +153,6 @@ Credits Thanks a lot to @lclevy for the retro-engineering! I was inspired by his repository https://github.com/lclevy/firepwd. + +.. |Downloads| image:: https://pepy.tech/badge/ffpass + :target: https://pepy.tech/project/ffpass diff --git a/setup.py b/setup.py index a07c870..f20328f 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name="ffpass", - version="0.4.0", + version="0.4.1", author="Louis Abraham", license="MIT", author_email="louis.abraham@yahoo.fr",