diff --git a/pyproject.toml b/pyproject.toml index 46b2a67..2fd6145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "egi_pynetstation" -version = "0.0.1a3" +version = "1.0.0" description = "Magstim-EGI EEG amplifier NetStation API" authors = ["Joshua Teves "] license = "MIT" diff --git a/setup.py b/setup.py index b64eed5..99ddab6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='eci', - version='0.0.1a1', + version='1.0.0', author='Joshua B. Teves', author_email='joshua.teves@nih.gov', description='A library for using EGI EEG network interface',