Skip to content

Commit 567f9c4

Browse files
authored
v0.3.3 release branch (#359)
* bump version number * Update README.md
1 parent 47eb6b4 commit 567f9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ After installation, run the B-mode reconstruction example in the `examples` dire
3333
```bash
3434
git clone https://github.com/waltsims/k-wave-python
3535
cd k-wave-python
36-
git checkout v0.3.2
36+
git checkout v0.3.3
3737
pip install '.[example]'
3838
python3 examples/us_bmode_linear_transducer/us_bmode_linear_transducer.py
3939
```

kwave/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

0 commit comments

Comments
 (0)