Skip to content

Commit

Permalink
Update version from 0.3.99 to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Rønningstad <[email protected]>
  • Loading branch information
oyvindronningstad committed Mar 30, 2022
1 parent 72c6a73 commit 317d3c6
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.3.99-py3-none-any.whl
pip install dist/zcbor-0.4.0-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.3.99
# zcbor v. 0.4.0

**cddl-gen has been renamed to zcbor!**

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

0 comments on commit 317d3c6

Please sign in to comment.