From 650cd18a6ed33323513c46e2f9db0f11a3270fc2 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Thu, 21 Nov 2024 20:29:45 -0800 Subject: [PATCH] bump-version-0.3.7 (#515) --- kwave/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwave/__init__.py b/kwave/__init__.py index e3da3ed5..663b82c2 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.6" +VERSION = "0.3.7" # Constants and Configurations URL_BASE = "https://github.com/waltsims/"