update documentation
authorlouisabraham <louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 15:08:15 +0000 (16:08 +0100)
committerlouisabraham <louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 15:08:15 +0000 (16:08 +0100)
README.md
README.rst
setup.py

index 4e7c6fe48b2f0930178e524ce87be795fed71534..03af4e9dcaf8ea45e17b879e25289fd0ad05965d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
+[![Downloads](https://pepy.tech/badge/ffpass)](https://pepy.tech/project/ffpass)
 
 # ffpass - Import and Export passwords for Firefox Quantum
 
index c8493025c6c80db8b4a4405b8b07ff0875ff8fe3..6e0d2ca205ce80ec05eb3f499aeba11b4470b453 100644 (file)
@@ -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
index a07c8708ade76c34619bd7c6c71642c4274273a4..f20328fcf099d949971e2275d834d70a91112d18 100755 (executable)
--- 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",