Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Sep 23, 2024
1 parent 6218ced commit 4d45bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ make lint # check code style only
Setting up the code environment and dependencies, also includes the setup for pymwp docs.
The documentation is built with [mkdocs](https://squidfunk.github.io/mkdocs-material/).

If you want to build and run the documentation website, run:
If you want to build and run the documentation website locally, run:

```
```
python -m pip install -r requirements-doc.txt
mkdocs serve
```

Expand Down Expand Up @@ -111,4 +112,4 @@ for all configured distribution channels.

**Relevant workflows**

[![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.
[![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.
2 changes: 1 addition & 1 deletion pymwp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.5.0"

0 comments on commit 4d45bb1

Please sign in to comment.