Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoehler committed Feb 26, 2024
1 parent c00ba3c commit f31cbdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ dev = [
"hatch",
"mypy",
"packaging",
"pandas-stubs",
"pre-commit",
"pytest",
"pytest-cov",
Expand Down
2 changes: 1 addition & 1 deletion src/pte/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Package for electrophysiological analyses."""

__version__ = "0.2.0dev1"
__version__ = "0.2.0"

from . import filetools, pipelines, plotting, preprocessing, time_frequency

0 comments on commit f31cbdb

Please sign in to comment.