Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
unverbuggt committed Aug 12, 2023
1 parent ed923dd commit 14ffb54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Install the package from source with pip:
```bash
cd mkdocs-risonia-theme/
python setup.py sdist bdist_wheel
pip install dist/mkdocs_risonia_theme-0.1.10-py3-none-any.whl
pip install dist/mkdocs_risonia_theme-0.1.11-py3-none-any.whl
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Install the package from source with pip:
```bash
cd mkdocs-risonia-theme/
python setup.py sdist bdist_wheel
pip install dist/mkdocs_risonia_theme-0.1.10-py3-none-any.whl
pip install dist/mkdocs_risonia_theme-0.1.11-py3-none-any.whl
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Oder aus den Quellen bauen mit pip:
```bash
cd mkdocs-risonia-theme/
python setup.py sdist bdist_wheel
pip install dist/mkdocs_risonia_theme-0.1.10-py3-none-any.whl
pip install dist/mkdocs_risonia_theme-0.1.11-py3-none-any.whl
```

## Konfiguration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = '0.1.10'
VERSION = '0.1.11'

def read(fname):
file_path = os.path.join(os.path.dirname(__file__), fname)
Expand Down

0 comments on commit 14ffb54

Please sign in to comment.