diff --git a/kwave/__init__.py b/kwave/__init__.py index 43399a1f..e00539c2 100644 --- a/kwave/__init__.py +++ b/kwave/__init__.py @@ -9,7 +9,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.4" +VERSION = "0.3.5" # Constants and Configurations URL_BASE = "https://github.com/waltsims/"