We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388d3dc commit e7a0761Copy full SHA for e7a0761
README.md
@@ -75,7 +75,7 @@ Install the package from source with pip:
75
```bash
76
cd mkdocs-encryptcontent-plugin/
77
python setup.py sdist bdist_wheel
78
-pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.0-py3-none-any.whl
+pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.0.dev1-py3-none-any.whl
79
```
80
81
Enable the plugin in your `mkdocs.yml`:
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='mkdocs-encryptcontent-plugin',
14
- version='3.0.0',
+ version='3.0.0.dev1',
15
author='unverbuggt',
16
author_email='unverbuggt@xn--rthlein-n2a.de',
17
description='A MkDocs plugin that encrypt/decrypt markdown content with AES',
0 commit comments