Skip to content

Commit

Permalink
Merge pull request #20 from pmolfese/upsetup
Browse files Browse the repository at this point in the history
more version stuff
  • Loading branch information
pmolfese authored Sep 27, 2023
2 parents 26bf9bc + 65e8276 commit 2468d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='eci',
version='0.0.1a1',
version='1.0.0',
author='Joshua B. Teves',
author_email='[email protected]',
description='A library for using EGI EEG network interface',
Expand Down

0 comments on commit 2468d57

Please sign in to comment.