From 34e7c895d90d2ad15de6885f16f9f98c7d2c7d98 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 12 Nov 2024 11:33:39 -0800 Subject: [PATCH] increment version number (#504) --- kwave/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"