From 567f9c40b6d168be3fd6707e0f7bb7761fe23360 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 2 Apr 2024 11:21:43 -0700 Subject: [PATCH] v0.3.3 release branch (#359) * bump version number * Update README.md --- docs/README.md | 2 +- kwave/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 61e3390f..30b37ecc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ``` diff --git a/kwave/__init__.py b/kwave/__init__.py index e54929b9..cdffb06e 100644 --- a/kwave/__init__.py +++ b/kwave/__init__.py @@ -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