Skip to content

Commit

Permalink
Update version from 0.5.99 to 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Rønningstad <[email protected]>
  • Loading branch information
oyvindronningstad committed Jun 20, 2022
1 parent 3953fe2 commit a0d6981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate and install zcbor package
run: |
python setup.py bdist_wheel
pip install dist/zcbor-0.5.99-py3-none-any.whl
pip install dist/zcbor-0.5.1-py3-none-any.whl
pip uninstall -y zcbor
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zcbor v. 0.5.99
# zcbor v. 0.5.1

Any new bugs, requests, or missing features should be reported as [Github issues](https://github.com/NordicSemiconductor/zcbor/issues).

Expand Down
2 changes: 1 addition & 1 deletion zcbor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.99
0.5.1

0 comments on commit a0d6981

Please sign in to comment.