Skip to content

Commit

Permalink
Change email in the setup for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekanthkura7 committed Jan 3, 2025
1 parent bb8d481 commit 9486ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Package meta-data.
NAME = 'snirf2bids'
DESCRIPTION = 'To convert snirf file to bids format.'
URL = 'https://github.com/andyzjc/snirf2bids'
EMAIL = 'andyzjc@bu.edu'
URL = 'https://github.com/BUNPC/snirf2bids'
EMAIL = 'skura@bu.edu'
AUTHOR = 'JC'
REQUIRES_PYTHON = '>=3.6.0'

Expand Down
2 changes: 1 addition & 1 deletion snirf2bids/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# __version__.py
__VERSION__ = (0, 7, 9)
__VERSION__ = (0, 8, 0)
__version__ = '.'.join(map(str, __VERSION__))

0 comments on commit 9486ac6

Please sign in to comment.