From 54bca430ef7f38731b632e74f61b302f2c893099 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:30:31 -0800 Subject: [PATCH] Pathfinder depth drop (#271) * Version bump * Added get_raw_pos for unconverted raw positional data * Revert "Added get_raw_pos for unconverted raw positional data" This reverts commit fab6ad367b6d5d50b271ebb65400e6796493a5ed. --- .idea/ruff.xml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }]