Skip to content

Commit e7a0761

Browse files
committed
adjust version for first development release of 3.0.0
1 parent 388d3dc commit e7a0761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Install the package from source with pip:
7575
```bash
7676
cd mkdocs-encryptcontent-plugin/
7777
python setup.py sdist bdist_wheel
78-
pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.0-py3-none-any.whl
78+
pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.0.dev1-py3-none-any.whl
7979
```
8080

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

setup.py

+1-1
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.0',
14+
version='3.0.0.dev1',
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)