Skip to content

Commit 4d45bb1

Browse files
committed
version bump
1 parent 6218ced commit 4d45bb1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ make lint # check code style only
6868
Setting up the code environment and dependencies, also includes the setup for pymwp docs.
6969
The documentation is built with [mkdocs](https://squidfunk.github.io/mkdocs-material/).
7070

71-
If you want to build and run the documentation website, run:
71+
If you want to build and run the documentation website locally, run:
7272

73-
```
73+
```
74+
python -m pip install -r requirements-doc.txt
7475
mkdocs serve
7576
```
7677

@@ -111,4 +112,4 @@ for all configured distribution channels.
111112

112113
**Relevant workflows**
113114

114-
[![Publish & Release](https://github.com/statycc/pymwp/actions/workflows/publish.yaml/badge.svg)](https://github.com/statycc/pymwp/actions/workflows/publish.yaml) handles all release and deployment tasks.
115+
[![Publish](https://github.com/statycc/pymwp/actions/workflows/publish.yaml/badge.svg)](https://github.com/statycc/pymwp/actions/workflows/publish.yaml) handles all release and deployment tasks.

pymwp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)