Skip to content

Commit 82d72ef

Browse files
authored
1.0 release (#265)
* Marked 1.0 * Fix compatibility text
1 parent 7f97121 commit 82d72ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Socket.IO-compliant application (such
1313
as [Pinpoint](https://github.com/VirtualBrainLab/Pinpoint))
1414
to communicate with manipulators used in electrophysiology experiments.
1515

16-
Currently, Ephys Link only supports Sensapex uMp-4 Micromanipulators and New Scale 3-axis
16+
Currently, Ephys Link only supports Sensapex uMp-4 and uMp-3 Micromanipulators and New Scale 3-axis
1717
manipulators. However, this platform is designed to be extensible to other
1818
manipulators and more may be added in the future.
1919

@@ -84,8 +84,8 @@ Run the following commands in a terminal to start the server for the desired man
8484

8585
| Manipulator Platform | Command |
8686
|--------------------------------------|--------------------------------------|
87-
| Sensapex UMP-4 | `ephys-link` |
88-
| Sensapex UMP-3 | `ephys-link -t ump3` |
87+
| Sensapex uMp-4 | `ephys-link` |
88+
| Sensapex uMp-3 | `ephys-link -t ump3` |
8989
| New Scale | `ephys-link -t new_scale` |
9090
| New Scale via Pathfinder HTTP server | `ephys-link -t new_scale_pathfinder` |
9191

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ephys-link"
7-
version = "1.0.0rc1"
7+
version = "1.0.0"
88
license = { file = "LICENSE" }
99

1010
authors = [{ name = "Kenneth Yang", email = "kjy5@uw.edu" }]

0 commit comments

Comments
 (0)