Skip to content

Commit 1ff93d3

Browse files
committed
chore: prepare for v0.1.0 release and cleanup root scratch files
1 parent 046e12b commit 1ff93d3

4 files changed

Lines changed: 3 additions & 290 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[project]
22
name = "python-oephys"
3+
version = "0.1.0"
34

45
description = "Python interface and utilities for working with Open Ephys devices and electrophysiology data"
56
authors = [
@@ -29,7 +30,7 @@ dependencies = [
2930
"open-ephys-python-tools",
3031
"pylsl",
3132
]
32-
dynamic = ["version"]
33+
# dynamic = ["version"]
3334

3435
[build-system]
3536
requires = ["setuptools>=61.0", "setuptools_scm>=8.0"]

realtime_decode.py

Lines changed: 0 additions & 154 deletions
This file was deleted.

src/pyoephys/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
__version__ = version = '0.1.1.dev0'
3232
__version_tuple__ = version_tuple = (0, 1, 1, 'dev0')
3333

34-
__commit_id__ = commit_id = 'gd2999118a'
34+
__commit_id__ = commit_id = 'g046e12b92'

train_model.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)