Queer European MD passionate about IT
Davte 4 years ago
parent
commit
dc596cfac6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      filebridging/__init__.py

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ python -m filebridging.client --help
 
 You may use `filebridging.create_certificate.py` script or use openssl from the command line.
 
-###Via script
+### Via script
 ```bash
 python -m filebridging.create_certificate --name example --domain example.com --force
 ```

+ 1 - 1
filebridging/__init__.py

@@ -13,6 +13,6 @@ __author__ = "Davide Testa"
 __email__ = "davide@davte.it"
 __credits__ = []
 __license__ = "GNU General Public License v3.0"
-__version__ = "0.0.7"
+__version__ = "0.0.8"
 __maintainer__ = "Davide Testa"
 __contact__ = "t.me/davte"