diff --git a/.idea/ruff.xml b/.idea/ruff.xml index e5d944a..b87cfd6 100644 --- a/.idea/ruff.xml +++ b/.idea/ruff.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 729f460..2d33205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ephys-link" -version = "1.0.0" +version = "1.1.0" license = { file = "LICENSE" } authors = [{ name = "Kenneth Yang", email = "kjy5@uw.edu" }]