Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims committed Dec 24, 2024
1 parent 9232002 commit 21cf429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kwave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
VERSION = "0.4.0"

# Constants and Configurations
URL_BASE = "https://github.com/waltsims/"
Expand All @@ -22,7 +22,7 @@
raise NotImplementedError(f"k-wave-python is currently unsupported on this operating system: {PLATFORM}.")

# TODO: install directly in to /bin/ directory system directory is no longer needed
# TODO: depricate in 0.3.7
# TODO: depricate in 0.5.0
BINARY_PATH = Path(__file__).parent / "bin" / PLATFORM
BINARY_DIR = BINARY_PATH # add alias for BINARY_PATH for now

Expand Down

0 comments on commit 21cf429

Please sign in to comment.