Skip to content

Commit 62ab269

Browse files
committed
Bump version to 0.1.1
1 parent 393879a commit 62ab269

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pnpl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
speech = LibriBrainSpeech(data_path="./data", partition="train")
2020
"""
2121

22-
__version__ = "0.1.0"
22+
__version__ = "0.1.1"
2323

2424
# Load environment variables from a local `.env` (if present). This keeps
2525
# configuration ergonomic for users while remaining lightweight (stdlib-only).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pnpl",
5-
version="0.1.0",
5+
version="0.1.1",
66
packages=find_packages(),
77
install_requires=[
88
"mne",

0 commit comments

Comments
 (0)