Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims authored Dec 7, 2023
1 parent a5d7ccb commit 807c260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kwave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from os import environ
from pathlib import Path


# 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.0'
# Set environment variable to binaries to get rid of user warning
# This code is a crutch and should be removed when kspaceFirstOrder
Expand Down

0 comments on commit 807c260

Please sign in to comment.