From 96e57a5f5e26b21a922d19b2e1363a1005e13c0d Mon Sep 17 00:00:00 2001 From: pmolfese Date: Fri, 8 Sep 2023 17:01:07 -0400 Subject: [PATCH] Set version number to 0.0.1a3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bebc52e..46b2a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "egi_pynetstation" -version = "0.0.0rc1" +version = "0.0.1a3" description = "Magstim-EGI EEG amplifier NetStation API" authors = ["Joshua Teves "] license = "MIT"