Skip to content

Commit 29b2848

Browse files
committed
update version number
1 parent c34097e commit 29b2848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install the package from source with pip:
1313
```bash
1414
cd mkdocs-encryptcontent-plugin/
1515
python setup.py sdist bdist_wheel
16-
pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.3-py3-none-any.whl
16+
pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.4-py3-none-any.whl
1717
```
1818

1919
Enable the plugin in your `mkdocs.yml`:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='mkdocs-encryptcontent-plugin',
14-
version='3.0.3',
14+
version='3.0.4',
1515
author='unverbuggt',
1616
author_email='unverbuggt@xn--rthlein-n2a.de',
1717
description='A MkDocs plugin that encrypt/decrypt markdown content with AES',

0 commit comments

Comments
 (0)