diff --git a/kwave/__init__.py b/kwave/__init__.py index 4181acd5..e3da3ed5 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.5" +VERSION = "0.3.6" # Constants and Configurations URL_BASE = "https://github.com/waltsims/"