Skip to content

Commit

Permalink
v0.3.3 release branch (#359)
Browse files Browse the repository at this point in the history
* bump version number

* Update README.md
  • Loading branch information
waltsims authored Apr 2, 2024
1 parent 47eb6b4 commit 567f9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ After installation, run the B-mode reconstruction example in the `examples` dire
```bash
git clone https://github.com/waltsims/k-wave-python
cd k-wave-python
git checkout v0.3.2
git checkout v0.3.3
pip install '.[example]'
python3 examples/us_bmode_linear_transducer/us_bmode_linear_transducer.py
```
Expand Down
2 changes: 1 addition & 1 deletion kwave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Test installation with:
# python3 -m pip install -i https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple/ k-Wave-python==0.3.0
VERSION = "0.3.2"
VERSION = "0.3.3"
# Set environment variable to binaries to get rid of user warning
# This code is a crutch and should be removed when kspaceFirstOrder
# is refactored
Expand Down

0 comments on commit 567f9c4

Please sign in to comment.