From ff2b14b935b2c85ac383254dd58e7f8a1a9a63be Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 19 Nov 2024 18:11:14 -0800 Subject: [PATCH] bump version number --- kwave/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"